JSON to CSV Converter
Convert JSON arrays to CSV format with customizable delimiters
How to Use JSON to CSV Converter
Convert JSON arrays of objects to CSV (comma-separated values) format. Choose your preferred delimiter and get clean CSV output ready for spreadsheets.
- 1
Paste JSON array
Enter a JSON array of objects. Each object becomes a CSV row, and keys become column headers.
- 2
Choose delimiter
Select comma, tab, semicolon, or pipe as your column separator.
- 3
Copy the result
Copy the generated CSV to paste into Excel, Google Sheets, or save as a .csv file.
Frequently Asked Questions
What JSON format is supported?
The input must be a JSON array of objects, like [{"name":"Alice"},{"name":"Bob"}]. Each object in the array becomes one row in the CSV.
How are nested objects handled?
Nested objects and arrays are converted to their JSON string representation in the CSV cell.
Can I use tab as a delimiter?
Yes, you can choose between comma, tab, semicolon, and pipe delimiters for your output.
Is this tool free?
Yes, completely free with no signup required. All conversion happens in your browser.