Paste a JSON array to convert it to CSV format — then copy or download the file.
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.
[
{ "name": "Alice", "age": 30, "city": "New York" },
{ "name": "Bob", "age": 25, "city": "London" }
]