query_json_objects
Query JSON objects by property value. Provide a filename, property name, and value to find matching objects in the JSON data.
Instructions
Query JSON objects based on property values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value to search for (can be string, number, boolean) | |
| filename | Yes | Name of the JSON file (with .json extension) | |
| property | Yes | Property name to search by |