Skip to main content

JSON Fixer

Automatically fix common JSON syntax errors and formatting issues

Can fix:Remove BOM (Byte Order Mark)Remove JavaScript-style comments (// and /* */)Replace single quotes with double quotesAdd quotes to unquoted object keysRemove trailing commasFix Python literals (True/False/None)Replace undefined, NaN, Infinity with nullAdd missing closing brackets/braces
Input (Broken JSON)
Output (Fixed JSON)