Hi Team,
I am using Apigee Edge Public Cloud. Not able to execute below JSONPath Expression
{ "quotas": { "quota": [ { "appname": "A", "operation": "ManageOrder", "value": "1000" }, { "appname": "B", "operation": "ManageOrder", "value": "1000" } ] } }
Below expression not working giving empty result []
$.quotas.quota[?(@.appname=='Belong') and ?(@.operation=='ManageOrder')].value[0]
Kindly check and let me know do we have logical operator (AND-&& or OR-||) support in Apigee Edge for JSONPath