Validate JSON
fc_validate_jsonValidate a JSON file and receive detailed error information including line and column numbers for any issues found.
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 |