Query JSON with JMESPath
n8n supports the JMESPath library, to simplify working with JSON formatted data.
Query JSON with JMESPath
JMESPath is a query language for JSON that you can use to extract and transform elements from a JSON document. For full details of how to use JMESPath, refer to the JMESPath documentation.
The jmespath() method
n8n provides a custom method, jmespath(). Use this method to perform a search on a JSON object using the JMESPath query language.
The basic syntax is:
