jsonwiz.dev

JSON to CSV Converter

Convert a JSON array to CSV — pick delimiter, toggle headers, download instantly.

Delimiter:
JSON input
CSV output

What this tool does

Converts a JSON array of objects into CSV format. Automatically detects all column headers, flattens nested objects using dot notation, and joins array values with a pipe character.

How to use

  1. Paste your JSON array in the left pane
  2. CSV is generated automatically as you type
  3. Choose comma, tab, or semicolon delimiter
  4. Copy to clipboard or download as .csv file

Features

  • Nested objects — flattened with dot notation (user.name)
  • Missing keys — output as empty cells
  • Array values — joined with | separator
  • Download — save as .csv file directly