JSON Formatter
Indent JSON, or find out why it will not parse.
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.