json_query
Extract specific values from JSON data using dot notation paths. Provide a JSON string and a path to retrieve nested data without manual traversal.
Instructions
Extract value from JSON using dot notation path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json_string | Yes | JSON string to query | |
| path | Yes | Dot-separated path (e.g., "user.name" or "items.0.title") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |