n8n-docs/docs/code/builtin/jmespath.md
Justin Ellingwood a7dc52d6e1
Change repo links to absolute file paths (#2829)
Co-authored-by: Nick Veitch <nick.veitch@n8n.io>
2025-02-11 17:40:26 +00:00

24 lines
764 B
Markdown

---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
description: A method for working with the JMESPath library in n8n.
contentType: reference
hide:
- toc
---
# JMESPath method
This is an n8n-provided method for working with the [JMESPath](/code/cookbook/jmespath.md) 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. | :white_check_mark: |
=== "Python"
| Method | Description |
| ------ | ----------- |
| `_jmespath()` | Perform a search on a JSON object using JMESPath. |