JSON Minifier

Compress JSON by removing all unnecessary whitespace. Shows the original and minified byte counts so you can see how much you saved.

Processed in your browser · No upload

Loading tool…

Minification runs locally in your browser using JSON.parse and JSON.stringify. Your JSON is never uploaded.

Ad Slot (tool-json-minifier)

FAQ

Is my JSON uploaded?
No. The minifier parses and re-serializes your JSON locally in your browser.
Does minification change the JSON's meaning?
No. After minification the result is semantically identical to the input — only whitespace is removed.