I am using jsonpath.com to evaluate my jsonpath expression.
$.[?(@.ContractId=='ДГМ-313349')].[*].ContactPerson[0].[*].Email
So I successfully evaluate my jsonpath on this page (see: https://snag.gy/LqSEy0.jpg) and get string what I need. But when I insert my jsonpath expression in Jmeter to JSON path assertion and run test - it fails. Jsonpath assertion always finds empty string. I am using plugin from JP@GC. Is any difference between syntaxes of these json extractors? I also used JSON Path extractor and extract json from variable. The result is the same.
latin-1string first. Converting Cyrillic characters throughnative2asciimight help as well but that depends on that plugin code. - fukanchik