JSON to CSV Converter
FreePaste a JSON array and get a clean CSV file. Handles nested objects and custom delimiters.
JSON Array Input
3 rows · 5 columns detected
CSV Output
| id | name | age | city | |
|---|---|---|---|---|
| 1 | Alice | alice@example.com | 28 | New York |
| 2 | Bob | bob@example.com | 34 | London |
| 3 | Carol | carol@example.com | 25 | Tokyo |
Reviews
Sign in to write a review