JSON ⇄ CSV Converter
Convert between JSON and CSV formats with automatic structure detection
Preview
Tips
- • JSON must be an array of objects for conversion to CSV
- • Nested objects can be flattened using dot notation (e.g., user.name)
- • CSV with headers will use first row as JSON keys
- • Empty values are preserved during conversion