Skip to content

JMESPath 方法#

¥JMESPath method

这是 n8n 提供的用于操作 JMESPath 库的方法。

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

Python support

你可以在代码节点中使用 Python。它在表达式中不可用。

¥You can use Python in the Code node. It isn't available in expressions.

Method Description Available in Code node?
$jmespath() Perform a search on a JSON object using JMESPath. ✅
Method Description
_jmespath() Perform a search on a JSON object using JMESPath.