n8n-docs/docs/code/builtin/jmespath.md
Deborah Barnard 74cb7913bf formatting
2023-10-12 14:04:47 +01:00

665 B

description contentType
A method for working with the JMESPath library in n8n. reference

JMESPath method

This is an n8n-provided method for working with the JMESPath library.

!!! note "Python support" You can use Python in the Code node. It isn't available in expressions.

=== "JavaScript" | Method | Description | Available in Code node? | | ------ | ----------- | :-------------------------: | | $jmespath() | Perform a search on a JSON object using JMESPath. | | === "Python" | Method | Description | | ------ | ----------- | | _jmespath() | Perform a search on a JSON object using JMESPath. |