Skip to content
AN

JSON ⇄ CSV Converter

Convert between JSON and CSV formats with automatic structure detection

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