About this JSON formatter
Paste any JSON document to instantly validate its syntax and pretty-print it with
2-space indentation, or minify it down to a single line. If your JSON is invalid,
the error message will tell you exactly what went wrong. All processing happens
locally in your browser using the standard JSON.parse/JSON.stringify
APIs. Nothing you paste is ever sent to a server.