JSON

JSON Repair

Reparo de JSON danificado — vírgulas extras, aspas simples, chaves sem aspas, comentários, literais Python (True/False/None) e mais — com uma lista de todas as correções aplicadas.


                    

Perguntas frequentes

What kinds of errors can this tool fix?

Trailing commas, single quotes instead of double quotes, unquoted keys, comments (which are not valid in JSON), Python literals like True/False/None, missing commas or colons, and unclosed strings, objects, or arrays — with a full list of every fix applied.

Can broken JSON always be repaired?

No. If the input is fundamentally ambiguous or truncated badly enough that data is genuinely lost, there is no single unambiguous "correct" repair to fall back on.

Is it safe to paste broken data from logs or an API here?

Yes, the repair runs entirely in your browser via JavaScript, and nothing is sent to a server.