JSON to CSV Converter
Convert JSON array to CSV format. Supports nested objects and arrays.JSON Input
CSV Output
How to Use
- Paste a JSON array of objects in the input field
- Nested objects will be flattened with dot notation (e.g.,
user.name) - CSV will be generated automatically as you type
- Click "Copy" to copy CSV to clipboard or "Download" to save as file
- Values containing commas, quotes, or newlines will be properly escaped