JSON to CSV
Paste a JSON array of objects and download a CSV file. Keys from all rows become column headers.
JSON array input
How to jSON to CSV
- Paste a JSON array (each item should be an object).
- Click Convert.
- Copy CSV or download data.csv.
How to convert JSON to CSV without uploading files
Private by design — conversion happens in your browser. Your data is never uploaded.
Related tools
Frequently asked questions
What JSON shape is required?
A top-level array of objects, e.g. [{"name":"Ada","score":99}].
Nested objects?
Nested values are stringified in the cell. Flat objects work best.