JSON to CSV Converter
Convert JSON data to CSV format with customizable options
JSON Input
Paste your JSON data here (array of objects or single object)
CSV Output
Converted CSV data
How it works
- • Accepts JSON arrays or single objects
- • Flattens nested objects using dot notation (e.g., address.street)
- • Converts arrays to semicolon-separated values
- • Handles special characters and escapes CSV fields properly
- • Customizable delimiter and header options