json_query
Query JSON with JSONPath-lite ($.a[*].b, ..key). One of url or json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | JSON URL (alt. to json). | |
| json | No | Raw JSON (alt. to url). | |
| limit | No | Max results. | |
| query | Yes | e.g. '$.users[*].name'. | |
| headers | No | Headers to forward (Authorization, Cookie…). |