JSON Formatter
Format, indent and inspect JSON with clear error reporting.
Strip whitespace from JSON to make payloads smaller.
For indented JSON, typically 15-30% before compression. The tool shows the exact saving for your document. Note that gzip or brotli already compress repeated whitespace very effectively, so the saving over the wire is much smaller than the raw byte difference suggests.
Yes. Whitespace between tokens carries no meaning in JSON, so removing it produces an identical document to any parser.
Format, indent and inspect JSON with clear error reporting.
Check whether JSON is valid and see exactly where it breaks.
Convert between bytes, KB, MB, GB and their binary equivalents.
Flatten JSON records into a spreadsheet.
Your input is saved in this browser so a refresh does not lose it. Tools handling credentials are never saved.