read_multiple_json_values
Extract specific values from multiple JSON files using dot notation paths. Retrieve data across files for analysis or configuration management.
Instructions
Read values from multiple JSON files at a specified path using dot notation. Returns a map of file paths to values.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePaths | Yes | Array of paths to JSON files | |
| path | Yes | Dot notation path to the value (e.g., "common.welcome") |