Beautify, minify & validate JSON — 100% free, runs in your browser
Minified JSON from an API is unreadable, and a single misplaced comma will break parsing without telling you where. This beautifies, minifies, and most usefully reports exactly what is wrong and where when the JSON is invalid.
A trailing comma after the last item, single quotes instead of double, and unescaped quotes inside strings. In that order.
No. Parsing happens in your browser, so you can safely paste data you would not want to upload.
Smaller payloads transfer faster. Minify for production, beautify for reading.