filter
Apply conditions to filter JSON data by specifying a JSONPath expression and input source URL. Streamline data extraction and manipulation for targeted results.
Instructions
Filter JSON data using conditions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
condition | Yes | Filter condition (e.g. @.price < 10) | |
jsonPath | Yes | Base JSONPath expression | |
url | Yes | URL of the JSON data source |