Skip to content
Torola

JSON to CSV

Paste JSON, get a clean CSV you can open in Excel or Google Sheets.

  • Processed locally — your files never leave your device
  • Free, no sign-up
  • No file limits
Input
Output

How to use JSON to CSV

  1. 1

    Paste your JSON array.

  2. 2

    Pick a delimiter (comma for most apps, semicolon for some Excel locales).

  3. 3

    Download the .csv file.

Features

  • Flattened columnsNested objects become readable dot-path columns.
  • Excel & SheetsUTF-8 output with an optional BOM for Excel.
  • PrivateYour data never leaves your browser.

Frequently asked questions

Which delimiter should I use?

Comma works almost everywhere. Use semicolon if your Excel expects it (common in European and some Vietnamese settings).

Does it keep all columns?

Yes. Columns are the union of keys across every object, so missing values become empty cells.

Is it free?

Yes, free with no limits.

Related tools