JSON Biçimlendirici

JSON'u girintileyin, ya da neden ayrıştırılamadığını öğrenin.

An example

Not your input

Compact
{"domain":"httpdocs.org","tools":49}
Formatted
{ "domain": "httpdocs.org", "tools": 49 }

Invalid JSON is reported with the position it went wrong, rather than a blank result.

If it does not parse, the message says why. Slashes and non-ASCII characters are left as they are rather than being escaped, because the output is meant to be read.