JSON to CSV Converter

Paste a JSON array to convert it to CSV format — then copy or download the file.

JSON Input
CSV Output

How to Use JSON to CSV Converter

Paste a valid JSON array (an array of objects with consistent keys) into the input box and click Convert. The first row of the CSV will be the headers (object keys). You can choose a custom delimiter and download the result as a .csv file.

Supported Format
[
  { "name": "Alice", "age": 30, "city": "New York" },
  { "name": "Bob",   "age": 25, "city": "London"   }
]
Translate Page