CSV to JSON
Convert CSV data to a JSON array of objects.
Processed locally in your browser. Your data is never uploaded.
Overview
Converts CSV data into a JSON array of objects, using the first row as keys.
How to use it
- 1Paste CSV data with a header row.
- 2Copy or download the JSON output.