JSON to CSV
Convert between JSON and CSV formats
Converted result will appear here...
Features
- ✓JSON to CSV
- ✓CSV to JSON
- ✓Auto-flatten nested objects
- ✓Custom delimiters
- ✓One-click copy or download
How to Use
- 1Select direction (JSON→CSV or CSV→JSON)
- 2Select delimiter (comma/semicolon/tab)
- 3Paste data in the input box
- 4Click convert, copy or download result
FAQ
Can nested JSON be converted?
Yes. Nested objects are auto-flattened with dot notation (e.g., address.city).
How are quotes handled in CSV?
Standard CSV: fields with commas or newlines are quoted, quotes are escaped with double quotes.