JSONLIST
Returns a List of values from the given JSON for the given JSONPath query.
Syntax
JSONLIST({{myjson}}, 'resp.products.id')
Example
JSONLIST({{myjson}}, 'resp.product.id')
Notes
The JSONPath '$.' prefix is not required.
Use the optional true/false validate parameter to raise an error if the query fails.
Learn more about JSONPath
Test your JSONPath here