// Pretty JSON → minified
Minified output is shown in the right panel.Start typing to search, or pick a tool.
Strip whitespace from JSON to produce the smallest valid output. Useful for shipping JSON over the wire.
JSON input
Minified JSON
// Pretty JSON → minified
Minified output is shown in the right panel.No. Whitespace is removed but every key, value, and structural character is preserved exactly.
Typically 60–80% smaller than the pretty-printed version, depending on key and value lengths.
No. Minification runs entirely in your browser.