Paste minified or malformed JSON. Instantly format, validate, and view it with clean indentation. Also minifies in one click.
"double quotes" for strings and keys. Single quotes ('like this') are not valid JSON.{"a":1,} is invalid. Remove the comma after the last item in any array or object.{name: "John"} is JavaScript object notation, not JSON. Keys must be quoted: {"name": "John"}.// this or /* this */ will cause a parse error.null or a numeric string.