Skip to content

JSON Minifier

Strip every unnecessary space and newline from JSON, and see how many bytes that saves.

Input

Output

Parsed in the page, not on a server

The document is parsed with the browser’s own JSON engine and never transmitted, which makes it safe to paste a response that contains tokens or personal data.

Frequently asked questions

Is there a size limit?

Only your device memory. Documents of a few megabytes are handled comfortably; much larger ones may make the page pause while parsing.

Related tools