JSON Minifier
Minify JSON when payload size matters, or when you need a compact fixture or environment value without changing the data itself.
- Only whitespace is removed; keys and values are preserved.
- The tool reports the resulting size reduction.
- Validate first if you are unsure whether the input is valid JSON.
This tool runs entirely in your browser. Your JSON is not uploaded, stored, or logged.