Essentials/

JSON Minifier

No network payload
Input⌘1375 B · JSON
ResultReady

Your result will appear here

Run the current tool with . The payload stays inside the local worker.

Payload not persisted375 BUTF-8json-buf
Essentials · PROCESSED LOCALLY

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.

QUESTIONS, ANSWERED

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.