JSON to CSV Converter

Convert JSON data to CSV with nested object support

📊 2 rows📋 3 columns📝 74 chars
✅ Valid

Configuration

JSON Input

CSV Output Preview

age,email,name
30,john@example.com,John Doe
25,jane@example.com,Jane Smith

How to Use

  • Paste your JSON array in the editor above
  • Configure delimiter (default: comma) and flattening options
  • Preview the CSV output in real-time
  • Copy to clipboard or download as a CSV file
  • Nested objects are flattened using dot notation (e.g., “address.city”)