I'm using Json path extractor to fetch id from the json
getid = $.id
But it is not fetching any value. The json is:
Json
..Data
....abcd = dlkf
....id = 038443
....ksdhf= ofkj
..success = true
Use the following JSONPath Extractor configuration:
getid
$..id[0]
Refer extracted value as ${getid}
where required.
References: