Pretty-print, minify, and pinpoint JSON parse errors in this tab so you can read a minified API body without sending production payloads to a formatter service.
A minified API body landed in your logs and you need the missing comma, not a SaaS “JSON workspace.” That is this page: format, minify, and surface parse errors in the current tab.
JSONFormatter.org and the Chinese omnibox sites (JSON.cn, BeJSON) own the head term with huge sister-tool directories. We are a catalog utility: paste stays here, and we will not pretend this is a schema designer.
Beautify vs minify vs validate
- Beautify adds whitespace so objects are readable.
- Minify strips insignificant whitespace for a smaller payload.
- Validate is
JSON.parse— valid or not, with a location when the engine can say.
Common false JSON: trailing commas, 'single quotes', undefined, comments. Those belong in JS or JSON5, not here.
How to use it
- Paste the text. Do not wrap it in extra markdown fences inside the box.
- Format or minify. If it fails, read the error, fix the source, paste again.
- If you needed a spreadsheet, go to JSON ↔ CSV. For config, JSON ↔ YAML. To compare two blobs, text diff.
Honest limits
- Unicode is fine; we are not a hex editor.
- We do not generate Java/Go structs from the tree.
- Production customer JSON still deserves the Network-tab habit: no unexpected POST after you paste.
This is not legal advice and not a security scanner. It only rearranges text.