json_query
Query JSON data with dot-path expressions supporting nested keys, array indices, and wildcard expansion. Specify a path like data.users[0].name or items.*.id to extract values.
Instructions
Query JSON data with dot-path expressions — supports nested keys, array indices [N], and wildcard * expansion [PRO - 3 free trials]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | Yes | JSON string to query | |
| query | Yes | Dot-path query like "data.users[0].name" or "items.*.id" — use * for wildcard, [N] for array index |