Worth knowing
Formatting does not change the data.
Pretty-printing only changes whitespace and optional key order. Arrays stay in the same order, values stay the same, and minifying simply removes unnecessary spaces and line breaks.
Utilities & Security
Validate pasted JSON, format it with 2 or 4 spaces, sort keys if useful, or minify it for transport.
Valid JSON
What next?
Worth knowing
Pretty-printing only changes whitespace and optional key order. Arrays stay in the same order, values stay the same, and minifying simply removes unnecessary spaces and line breaks.
Before you use it
If the JSON is broken, do not guess around it. The result panel shows the browser parser's error so you can fix the missing quote, comma or bracket before copying anything onward.
The annoying bit
You should not have to visually count braces in a wall of JSON just to find the thing you need.
Got another annoying job?
We’ll probably have a monkey for it. If we don’t yet, tell us what keeps wasting your time.