json_get
Retrieve a value from JSON data using a dotted path. Provide the JSON string or object and the path to extract the targeted element.
Instructions
Extract a dotted path from JSON text or an object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |