JSON Validator
JSON to validate
Validation report
FAQ
Does this validate JSON Schema?
No. This page validates JSON syntax only. JSON Schema validation is planned as a separate tool.
Are duplicate keys valid JSON?
JSON parsers usually accept them, but later keys overwrite earlier values. jsonfather warns you when it sees duplicates.
Can I validate private configuration files?
Yes. Validation runs locally in your browser and does not upload your input.