AI·Updated 2026-04-22

JSON Repair (LLM Output Fixer)

Automatically repair broken JSON from ChatGPT, Claude and Gemini output.

JSON Repair (LLM Output Fixer)

How it works

  1. 1.

    Paste broken JSON

    Type a code (for example 404) or a keyword (for example 'auth' or 'redirect'). The list filters live and shows only matching codes.

  2. 2.

    Let it repair

    Categories 1xx through 5xx are color-coded. Blue = informational, green = success, yellow = redirect, orange = client error, red = server error.

  3. 3.

    Copy or edit further

    Every code comes with a bilingual explanation (DE/EN) plus typical causes and recommended actions. Perfect for debugging or API docs.

FAQ

Which errors get repaired?+

``` fences, comments, Python literals (True/False/None), single quotes, missing key quotes, trailing commas, unescaped newlines in strings.

Can it fix structurally broken JSON?+

No. Missing braces or deeply swapped fields cannot be safely fixed without context.

Does everything run locally?+

Yes. No upload, no logs.

Related tools