JSON to CSV Converter
Convert JSON arrays to CSV format instantly. Perfect for importing data into spreadsheets.
How to Use
1
Paste a JSON array of objects into the input box.
2
Choose your preferred delimiter (comma, semicolon, or tab).
3
Click 'Convert' to generate the CSV.
4
Copy the result or download it as a .csv file.
Frequently Asked Questions
What JSON format does this tool accept?
This tool accepts a JSON array of objects, e.g. [{"name":"Alice"},{"name":"Bob"}]. Each object becomes a row, and each key becomes a column header.
Can I use a different delimiter?
Yes! You can choose between comma (,), semicolon (;), or tab as your delimiter. Semicolons are common in European locales.
Is my data sent to any server?
No. All conversion happens in your browser. Your data stays on your device.