CSV ↔ JSON Converter

Convert CSV to JSON (using the header row as keys) or JSON back to CSV.

How it works

CSV parsing handles quoted fields containing commas, newlines, and escaped quotes - not just a naive comma split, so real-world exports convert correctly.

Ad space