DataFlow Convert

JSON Repair

Paste broken or partial JSON and get back valid, formatted JSON instantly. No manual bracket-counting — paste and click.

JSON Repair

Paste broken JSON — missing brackets, trailing commas, single quotes, truncated fragments — and get back valid, formatted JSON.

What it fixes

Truncated fragments

Cut a piece of a large JSON by hand and got a missing }} at the end? Repaired automatically.

Trailing commas

{"a": 1, "b": 2,} — standard JSON rejects this; repair accepts it.

Single quotes

{'key': 'value'} — JavaScript object literal syntax, fixed to valid JSON.

Missing quotes on keys

{key: 'value'} — unquoted keys are normalised.

Inline in the converter

When you convert CSV to JSON and edit the output, the Repair button is right there in the editor.

Large documents

Up to 5 MB of broken JSON in one paste.

Also see: JSON Path Extract · CSV to JSON · JSON to Excel