JSON to CSV
Convert JSON arrays to CSV.
Loading tool…
How it works
- Paste a JSON array of objects.
- Click Convert to CSV.
- Copy or download the CSV.
Features
- Header row from object keys
- Quoted CSV fields
- Handles nested values as JSON strings
- Browser-only
FAQ
What JSON shape is supported?
An object or an array of objects. Arrays of primitives are not supported.
Are nested objects flattened?
Nested objects and arrays are stringified into CSV cells.