tool_json_path
Extract data from JSON using JSON Path queries. Returns the matched value as a string, number, boolean, object, or array.
Instructions
[data] JSON Path
Parameters:
json (json): JSON
path (string): Path
Outputs:
string (string): String
number (number): Number
boolean (boolean): Boolean
object (json): Object
array (json): Array
type (string): Type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | No | JSON | |
| path | No | Path | |
| type | No | Type | |
| array | No | Array | |
| number | No | Number | |
| object | No | Object | |
| string | No | String | |
| boolean | No | Boolean |