query
Extract specific data from JSON sources using JSONPath syntax to filter, sort, transform, or aggregate information. Ideal for querying structured JSON data via a URL input.
Instructions
Query JSON data using JSONPath syntax
Input Schema
Name | Required | Description | Default |
---|---|---|---|
jsonPath | Yes | JSONPath expression (e.g. $.store.book[*].author) | |
url | Yes | URL of the JSON data source |