ซ่อม JSON
Repair common JSON syntax issues and turn broken input into valid JSON.
Continue with the invalid JSON repair guide
If you want a more structured walkthrough of trailing commas, single quotes, unquoted keys, and when to use Repair vs Validator vs Diff, open the guide next.
Open guideRelated Tools
ตัวตรวจสอบ JSON
ตรวจจับและเน้นข้อผิดพลาดไวยากรณ์ JSON แบบเรียลไทม์
ตัวดู JSON
จัดรูปแบบและปรับแต่ง JSON ของคุณได้ทันทีด้วยการเยื้องที่ถูกต้อง
ตัวทดสอบ JSONPath
Test JSONPath expressions and inspect matched paths and results.
ความแตกต่างของ JSON
เปรียบเทียบออบเจ็กต์ JSON สองตัวและแสดงภาพความแตกต่างด้วยการเปรียบเทียบแบบเคียงข้าง
How to use JSON Repair
Paste broken JSON with trailing commas, single quotes, unquoted keys, or Python-style values into the left panel and run repair.
The tool applies common repair heuristics, returns valid JSON on the right, and lists the fixes that were used.
Everything runs locally in your browser, which makes it useful for debugging invalid API payloads, logs, and copied snippets.