Convert JSON data to CSV format. Easily transform JSON arrays into downloadable CSV files.
Select the CSV delimiter.
Include column headers in CSV output.
[ { "name": "John", "age": 30, "city": "New York", "meta": { "dob": "01-01-2025", "height": 180 } }, { "name": "Jane", "age": 25, "city": "Los Angeles", "meta": { "dob": "01-01-2025", "height": "180cm" } } ]