Pretty-print JSON with two-space indentation so it can be read. Invalid JSON is reported in plain English rather than as a raw parser error.
{"name":"Utiloot","tools":93,"free":true}
{
"name": "Utiloot",
"tools": 93,
"free": true
}
You get a message saying so and roughly where the problem is, instead of a browser exception.
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.