JSON Minifier

Strip whitespace from JSON to produce the smallest valid output. Useful for shipping JSON over the wire.

Processed in your browserNo upload, no signup

JSON input

0 lines · 0 chars

Minified JSON

0 lines · 0 bytes
Your input is processed locally and isn't uploaded for processing. Verify by opening DevTools → Network — there are no requests carrying your data.

JSON Minifier examples.

// Pretty JSON → minified

Minified output is shown in the right panel.

Frequently asked questions.

Does minification change my data?

No. Whitespace is removed but every key, value, and structural character is preserved exactly.

How small can my JSON get?

Typically 60–80% smaller than the pretty-printed version, depending on key and value lengths.

Is my JSON sent anywhere?

No. Minification runs entirely in your browser.

Related tools.