Last updated
Was this helpful?
Last updated
Was this helpful?
JSONPath is a set of expressions that are used to query values in a JSON object. You can use the expressions to navigate through a JSON and retrieve elements, nested elements, and arrays.
On the Digibee Integration Platform, you can use JSONPath on some specific connectors, such as in the , in Double Braces expressions , or to search for information in the .
We currently use two JSONPath libraries:
For connectors and the JSONPATH() function we use the .
For the Execution panel we use the .
For example, you can use the following expression for connectors and the JSONPATH() function:
And for the Execution panel, you can use the following expression:
Please read the documentation of each library to understand how to create JSONPath expressions:
Learn more about the difference between the JSONPath expressions used in connectors and in the Execution panel of the Digibee Integration Platform.