JSON ↔ CSV Converter
Convert between JSON arrays and CSV data. Toggle the direction and convert instantly.
What is JSON ↔ CSV Converter?
This tool converts between JSON arrays of objects and CSV (Comma-Separated Values) data. JSON to CSV extracts the keys as column headers and values as rows. CSV to JSON parses the CSV and creates a JSON array of objects using the header row as keys.
How to use
- Select the conversion direction using the toggle buttons
- Paste your JSON array or CSV data into the input editor
- Click "Convert" to see the result in the output editor