JSON to CSV Converter
Convert valid JSON arrays into CSV format.
JSON Input
CSV Output
How to use
Paste an array of objects in JSON format on the left. Click "Convert" to generate the CSV on the right.
The converter flattens nested objects automatically using dot notation (e.g., `address.city`).