Strip every unnecessary space and line break from JSON, producing the smallest valid form of the same data.
{
"name": "Utiloot",
"tools": 93
}
{"name":"Utiloot","tools":93}
No. It is re-serialised from the parsed value, so the data is identical — only the formatting goes.
No. This tool runs entirely in your browser — nothing you type or paste is uploaded, logged or stored anywhere.
There is no fixed limit. Very large documents depend on your device’s memory, but ordinary pages and files are handled instantly.