What is JSON Formatter?
JSON Formatter formats, minifies, and validates JSON snippets.
How to use it
Paste JSON, choose Format or Minify, and copy the result.
How it works
The tool parses JSON with `JSON.parse` and outputs it with `JSON.stringify`.
Is data saved?
JSON input stays in your browser.