JSON to CSV
Convert a JSON array of objects into CSV format.
or drag a file here
CSV output
Output will appear here.Advertisement
How to use
- 1Paste a JSON array of objects into the input, or upload a .json file.
- 2The CSV result updates automatically.
- 3Copy the result or download it as a .csv file.
Frequently asked questions
What JSON shapes are supported?
A non-empty array of objects — the kind you'd get back from a typical API list endpoint. Nested objects become dot-path columns (e.g. address.city); nested arrays are kept as a single JSON-text cell.