Files
n8n-docs/docs/code/builtin/jmespath.md
Kartik Balasubramanian 96e6ba167d Revamp the data section of n8n docs (#4077)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2026-02-25 14:30:33 +00:00

703 B

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

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. |