json_query
Extract values from JSON objects with dot-notation paths to inspect nested API responses.
Instructions
[PRO — 3 trial uses left] Extract values from a JSON object using dot-notation paths (e.g. 'user.address.city', 'items[0].name', 'data[*].id'). Useful for quickly inspecting nested API responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | Yes | JSON string to query | |
| path | Yes | Dot-notation path (e.g. 'user.name', 'items[0]', 'data[*].id') |