query_json
Run structured queries on large JSON files to filter records by field, operator, and value, returning matching results with configurable case sensitivity and result limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The query to execute on the JSON data | |
| filePath | Yes | Path to the JSON file on disk (.json) | |
| maxResults | No | Maximum number of results to return (default 1000) |