Skip to content

JSON ↔ CSV

Convert JSON arrays to CSV and back — with delimiter and quote options.

Output will appear here as you type.
Delimiter

Features

How it works

  1. Pick a direction: JSON → CSV to flatten an array of objects, or CSV → JSON to parse spreadsheet text into records.
  2. Set the delimiter (comma, semicolon, tab, or pipe) and toggle whether the first row holds column headers.
  3. Watch the converted output update live, then copy it or download the .csv / .json file.

Your files never leave this page

Every conversion runs entirely in your browser using WebAssembly. There is no upload, no server-side processing, no analytics, and no cookies. Open DevTools → Network during the operation and you will see zero outbound traffic.

Related tools

Topics covered