Validate JSON
fc_validate_jsonValidates JSON file syntax and reports errors with exact line and column positions.
Instructions
Validates a JSON file and shows detailed error information.
Args:
path (string): Path to the JSON file
Returns:
Validation status with line/column on errors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the JSON file |