json_path_query
Query JSON objects using dot-notation path traversal. Extract specific data from nested JSON by specifying a path like 'users.0.name'.
Instructions
Query a JSON object using dot-notation path traversal.
Parameters:
json_str — JSON string to query.
path — Dot-notation path (e.g. 'users.0.name').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json_str | Yes | ||
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |