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
Original Size
Converted
Remove Comments
Syntax Fixed
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
Related Tools
Format Conversion
JSON ↔ YAML Converter
Convert between JSON and YAML formats in both directions. Useful for config file migration and CI/CD pipeline debugging.
Format Conversion
JSON ↔ CSV Converter
Convert JSON arrays to CSV tables, or restore CSV back to JSON object arrays. Supports custom delimiters and field mapping.
Format Conversion
JSON → XML Converter
Convert JSON data into structured XML documents. Useful for interfacing with SOAP services or legacy XML APIs.