CSV ⇄ JSON
Convert CSV to JSON and JSON to CSV with proper quoting, delimiters and header handling. Real CSV parsing (quoted fields, embedded commas and newlines) with instant row previews before you copy the result. Everything stays on your device.
Paste CSV or JSON, pick a direction and optionally the delimiter. Delimiter auto-detection and a 'first row is header' toggle produce clean objects. A row preview shows exactly what will be copied.
Input
JSON output
Waiting for input
Paste CSV to see the converted output.
Conversion happens locally with a proper CSV parser — quoted fields, embedded commas and newlines are handled correctly. Nothing is uploaded.
Frequently asked questions
How are quoted fields with commas handled?
The parser follows RFC 4180: fields wrapped in double quotes may contain commas, quotes (escaped as "") and even newlines.
What if my CSV has no header row?
Turn off 'First row is header' and the converter falls back to column1, column2 naming.