json_query
Query JSON strings with dot-notation paths to extract specific values, such as 'users.0.name'.
Instructions
Query JSON with dot-notation path (e.g. 'users.0.name')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | Yes | JSON string to query | |
| path | Yes | Dot-notation path (e.g. 'users.0.name') |