Need AI Training/Help?CloudYeti.io/meet
MarkdownMe

AI JSON Repair (Fix Broken JSON)

Paste JSON that's almost-but-not-quite valid — from an LLM response, a log file, a half-broken config, or someone's hand-typed mess — and get back clean valid JSON with a visual diff showing exactly what changed. Handles trailing commas, unquoted keys, single quotes, Python True/False/None, JavaScript undefined, comments, surrounding prose, and markdown code fences. Built on Amazon Nova Micro (cheap and fast). Daily-capped to stay free.

AI-powered. Fixes trailing commas, unquoted keys, single quotes, Python True/False/None, code fences, and other LLM-output corruption.
136 / 10,000 chars
Next useful step

Test your AI fundamentals next

If this tool is part of your AI or developer workflow, the free CloudYeti diagnostic shows which AWS AI concepts you already know and where you are weak.

Take the AI diagnostic

Frequently Asked Questions

How is this different from jsonlint or a regular JSON formatter?
Validators tell you WHERE the error is. They don't fix it. This tool actually rewrites the broken input into valid JSON, handling LLM-specific patterns (Python booleans, trailing commas, single quotes, code fences) that deterministic parsers can't handle.
Does it preserve my data?
Yes. The system prompt explicitly forbids renaming keys, paraphrasing values, or inventing fields. The AI only fixes syntax. If you're worried, check the visual diff that shows every line that changed.
What model powers this?
Amazon Nova Micro on AWS Bedrock — the cheapest frontier-grade model. Each repair costs us under $0.001. We daily-cap requests to keep this free for everyone.
Will it work on truncated JSON?
Often yes — the model will close open brackets/braces sensibly. But if too much is missing, you may lose data. The closer to valid your input is, the better the output.
What about JSON inside markdown code fences from ChatGPT/Claude?
Handled — the tool strips ```json ... ``` wrappers and surrounding prose. For the dedicated case of extracting JSON from a full LLM response, use the LLM JSON Extractor tool.

About AI JSON Repair (Fix Broken JSON)

AI-powered JSON repair. Fix trailing commas, unquoted keys, single quotes, Python True/False, code fences, and other LLM-output corruption. Paste broken JSON, get clean valid JSON. Powered by Amazon Nova Micro. This AI-backed tool sends your input to MarkdownMe's capped Amazon Bedrock endpoint to generate the result. No account is required. MarkdownMe provides free, fast, and reliable Markdown tools for developers, writers, and anyone who works with Markdown.