Getting JSON extraction in Jmeter based on conditions
I have a response with nested array and I need to extract id's for objects which have attribute "isFolder" = false. How can I do that? I've tried using JSON extractor with pattern $.data.tileGrid.items[?(@.isFolder == false)][1].id also tried get an…