I have a question that I just not find the full answer. I am using Jmeter 3.2, and using json in request, the problem is that I get encode response (%20france and not France). I read in net how to decode the response and move it to a file or a variable, But I do not want to do it, I want to decode the response and then to parse it using the json extractor, and take for example the ID field and put it in the next request. can someone please advise with step by step solutions regards
to be more specific 1. send a json request in jmeter 2. decode the response in jmeter 3. Take the ID field from decode response 4. put ID from step 3 in a new json request