为 json.query 提供要搜索的 JSON 以及在其中选择值的 JSONPath 表达式。
json.query
Optional
要搜索的对象或列表;只读取,从不更改
undefined Copy
undefined
从根 $ 开始的 JSONPath 表达式,例如 $.parts[*].name 或 $..radius
$
$.parts[*].name
$..radius
Namespace: Bit › Inputs › JSON
Other symbols in Inputs.JSON:
API reference home · Full symbol index · Tutorials and guides · Platform
为
json.query提供要搜索的 JSON 以及在其中选择值的 JSONPath 表达式。