Launched this week
JSON Kit
Fix broken AI JSON and 6 more JSON tools, all in-browser
13 followers
Fix broken AI JSON and 6 more JSON tools, all in-browser
13 followers
JSON Kit is a set of fast, browser-side JSON tools built for the AI era. The standout is Fix LLM JSON: paste the broken JSON that ChatGPT, Claude, or local models hand you, and get clean, valid JSON back instantly, with a label for exactly what was wrong (trailing commas, single quotes, Python literals, markdown fences, truncated output, and more). Everything runs 100% in your browser, so your output never touches a server.
"Fix LLM JSON" is the differentiator but the description lists the categories of errors it handles (trailing commas, single quotes, etc.) — does it also catch semantic errors? Like if Claude outputs valid JSON syntactically but with a wrong field name or type, does it flag that too or only structural issues?