json_query_jsonpath
Extract specific data from large JSON files using JSONPath expressions. Ideal for precise querying and retrieving values from complex JSON structures.
Instructions
Query a JSON file using JSONPath. Use to get values precisely from large JSON files.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | Yes | Absolute path to the JSON file. | |
jsonpath | Yes | JSONPath expression to evaluate |