CSV ↔ JSON Converter
Parse quoted CSV and flatten arrays of objects to CSV.
CSV → JSON
JSON → CSV
How to Convert CSV and JSON?
CSV to JSON:
- Paste your CSV data (with headers in first row) in the left text area.
- Click Convert to transform it to JSON array format.
- Click Copy JSON to copy the result.
JSON to CSV:
- Paste your JSON array of objects in the right text area.
- Click Convert to transform it to CSV format.
- Click Copy CSV to copy the result.