Zorgoth.com
Developer
CSV ↔
JSON
Convert between CSV and JSON formats. Handles headers, quoted fields, and custom delimiters.
CSV → JSON
JSON → CSV
Delimiter:
Comma (,)
Semicolon (;)
Tab ( )
Pipe (|)
First row is header
CSV Input
Sample
name,age,city,active Alice,28,New York,true Bob,34,London,false Carol,22,Tokyo,true
JSON Output
Copy