JSON to CSV

Convert JSON arrays to CSV format. Automatically detects object keys as column headers. Download as .csv file or copy the output.

Frequently Asked Questions

What JSON structure is supported?
JSON arrays of objects where each object's keys become CSV column headers.
What about nested objects?
Nested objects are flattened or stringified into the cell value.