All Tools / Developer Tools / JSON Formatter
LiveRuns entirely in your browser
JSON Formatter
Paste raw JSON below and hit Format to beautify it, or Minify to compact it. Nothing leaves your browser.
How It Works
Format uses JSON.parse and JSON.stringify with 2-space indentation to beautify your data. Minify collapses it back to a single line. Both operations happen locally — your data is never sent anywhere.