JSON Validator
JSON validator
Valid JSON.
Guide: JSON Validator
Topics in this category: JSON, minify, encoding
Strict JSON rules
JSON requires double quotes around keys and strings, no comments, and no trailing commas—unlike JavaScript object literals.
Use JSON Schema to document expected fields and types for APIs and configuration.