Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

In Apigee Edge JSONPath Logical operator are not working

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

1 9 762
9 REPLIES 9