JSON to CSV converter
Turn a JSON array of objects into CSV rows you can open in a spreadsheet.
How to use
- Paste a JSON array of objects.
- Choose the delimiter.
- Convert, then copy or download the CSV.
What it supports
Accepts flat objects with string, number, boolean, or null values. Formula-like spreadsheet cells get an apostrophe prefix. Nested values are rejected. Input up to 100,000 characters.