Needed a JSON formatter that could also fix broken JSON — missing commas, unquoted keys, trailing commas, comments.
Built one: jsonfix-lake.vercel.app
Three modes:
- Format and Validate — paste JSON, get pretty-printed output
- Minify — compress JSON to one line
- AI Fix — paste broken JSON, AI repairs it and returns valid JSON
The AI Fix handles: single quotes, unquoted keys, trailing commas, JavaScript comments in JSON, missing brackets, and truncated data.
No signup. Free. Runs on Next.js + Claude API.
Part of a collection of 15 free developer tools.
Top comments (0)