JSON to CSV Converter
Paste a JSON array of objects and convert it to CSV format instantly. The tool automatically extracts all keys as column headers.
How It Works
- Paste a JSON array (e.g.,
[{"name": "Alice"}, {"name": "Bob"}]). - A single JSON object will be treated as a one-row array.
- All unique keys from all objects become CSV column headers.
- Values containing commas, quotes, or newlines are properly escaped.
Frequently Asked Questions
What if objects have different keys?
All keys from all objects are collected. Missing values appear as empty cells in the CSV.
Can I download the CSV?
Yes. Click the "Download CSV" button to save the result as a .csv file.