Wednesday, April 12, 2023

JMeter JSON Extractor

 

 

 

json response

{"Key1":"Value1","Key2":"Value2","Key2":"Value2"} 



Name of the variables : jtoken

JSON path Expressions : $.Key1

No comments:

Post a Comment

jq command in Linux

 How to access the {"field-name":"cskmetro"} echo "{\"field-name\":\"cskmetro\"}" |jq -r ...