Hi, I'm using JSON Path Assertion, JSON Format Post Processor and JSON Path Extractor elements to parse the json response but it contains foreign symbols (russian) and it displays in Jmeter like this:
{
"status": 0,
"response": [ {
"id": "123456789",
"login": "xxxxxxxxxxxxxx",
"email": "
xxxx...@xxxxxxxxxx.ru",
"system": "portal",
"firstName": "à  à »à µà ºÑ à µà ¹",
"middleName": "à ’à °Ñ à ¸à »ÑŒà µà ²à ¸Ñ‡",
"lastName": "à šà ¾Ñ‡à µÑ‚à ¾à ²"
}]
}
I understand that it's not the jmeter-plugins problem, but I believe that you have the quick decision of this problem. Thank u in advance!