I'm new to jmeter.
I want to save the value of the key in a variable, if the id is 7106
from the following response
[{"id":"MAIN","key":1},
{"id":"87","city":"Roselle","key":1000,"state":"IL"},
{"id":"7102","city":"Chicago","key":110,"state":"IL"},
{"id":"7106","city":"Crown Point","key":110038,"state":"IN"},
{"id":"7108","city":"Indianapolis","key":1139,"state":"NJ"}]
How to do it in jmeter?
question from:
https://stackoverflow.com/questions/65850408/jmeter-how-to-use-json-path-extractor 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…