Validate JSON
fc_validate_jsonValidate a JSON file's syntax and receive error details with line and column numbers for quick debugging.
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 |