winops_json_read
Read and parse a JSON file, returning its parsed content and a success flag. Ideal for accessing configuration or data files in Windows system management tasks.
Instructions
Read and parse a JSON file.
Return Format
{"success": bool, "data": any}Examples
read(path="D:\\config\\settings.json")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the JSON file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||