read_json
Read JSON files from disk, select specific fields, and detect schema to streamline data analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Fields to include in the output. If not specified, all fields are included. | |
| filePath | Yes | Path to the JSON file on disk (.json) | |
| detectSchema | No | Whether to analyze and return the JSON schema structure |