What JSON Minifier does
Remove insignificant JSON whitespace locally while preserving strings, values, ordering, and large integers.
Also searched as minify, compress, shorten, remove spaces, remove whitespace, strip whitespace, compact, condense.
01
Parse the document
02
Validate every token
03
Serialize without insignificant whitespace
What minification changes
Spaces, indentation, and line breaks outside strings are removed. String contents and data values remain untouched.
JSON Minifier FAQ
Does jsontools.me upload my JSON?
No. The document is parsed and processed by json-buf inside a dedicated WebAssembly worker on your device.
Does it work offline?
Yes. After the application shell and engine have loaded once, the installable PWA keeps the tools available without a network connection.