Antipattern: Use of unsupported JSONPath version

You're viewing Apigee Edge documentation.
Go to the Apigee X documentation.
info

Some Apigee policies and configurations use a JSONPath expression. Check and update JSONPath expressions for compliance with the JSONPath version.

Antipattern

jsonpath-0.8.0 does not adhere to the JSONPath specification, has an implicit dependency on json-smart, and other limitations.

Do not use version 0.8.0 JSONPath expressions. Check any JSONPath expressions in your configurations and update them as necessary.

Further reading