n8n-docs/docs/code/builtin/jmespath.md
2023-09-10 13:02:00 +01:00

14 lines
407 B
Markdown

---
description: A method for working with the JMESPath library in n8n.
contentType: reference
---
# JMESPath method
This is an n8n-provided method for working with the [JMESPath](/code/jmespath/) library.
| Method | Description | Available in Code node? |
| ------ | ----------- | :-------------------------: |
| `$jmespath()` | Perform a search on a JSON object using JMESPath. | :white_check_mark: |