JSON to CSV Converter

Convert JSON data to CSV format with nested object flattening

JSON Input

CSV Output

Features

  • • Array handling and flattening
  • • Nested object flattening
  • • Custom delimiter support
  • • Header row control

Conversion Rules

  • • Objects flattened with dot notation
  • • Arrays joined or indexed
  • • Primitives converted directly
  • • Null values become empty cells

Privacy

  • • Client-side processing
  • • No data sent to servers
  • • Works offline