JSONC / JSON5 → JSON Converter

Convert JSONC (JSON with comments, e.g. tsconfig.json) or JSON5 (relaxed JSON syntax) to standard JSON.

JSONC / JSON5 Input

Data processed locally only

Standard JSON Output

Supports: <strong>// comments</strong>, <strong>/* */ comments</strong>, <strong>trailing commas</strong>, <strong>single-quoted strings</strong>, <strong>unquoted keys</strong>, <strong>hex numbers</strong>, <strong>NaN / Infinity</strong>, and other JSON5 non-standard syntax. Input is automatically converted to standard JSON.
Data processed locally only