I can't find a way to extract array from a json response in Jmeter http request. All other fields i'm able to extract. However something like the following i cannot seem to extract. is there any way i can extract this from response in Jmeter http request? In the following i need to extract [1,2,3] and save it in a variable.
"days":[1,2,3]
"sectionIds":[abc,def,ghi]
something like the folliwing i can just extract using "subscriptionId":"(.+?)" in the jmeter regular expression extractor
"subscriptionId":"abcd"
time value can be extracted using this "time":(\d+)
"time": 120