About this tool
Remove all unnecessary whitespace from a JSON document to shrink its size for storage or transmission. The tool also reports the number of bytes saved compared to the original input.
Examples
- { "a": 1, "b": 2 } → {"a":1,"b":2}
JSON Minifier
Strip whitespace from JSON to reduce payload size.
Remove all unnecessary whitespace from a JSON document to shrink its size for storage or transmission. The tool also reports the number of bytes saved compared to the original input.
No, only formatting whitespace is removed; the parsed value is identical before and after minification.