Check a block of JSON for syntax errors and get a straight yes or no, with the position of the first problem when there is one.
{"name":"Utiloot","tools":93,}
✗ Invalid JSON: Expected double-quoted property name in JSON at position 29 (line 1 column 30)
No. It checks the syntax only — whether the text is parseable JSON at all.
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.