Convert JSON to CSV
Paste a JSON array and turn it into CSV. Arrays of objects become one column per key (the union of all keys); arrays of values become a single column. Choose the delimiter and whether to include a header — saved privately in your account.
No sign-up needed — runs instantly in your browser.
How it works
- 1Paste your JSON array
- 2Pick the delimiter and options, then press Run
- 3Download the CSV or find it in your files
Frequently asked questions
- What JSON shape is expected?
- A top-level array — either of objects (each becomes a row) or of plain values (a single-column CSV).
- How are nested objects handled?
- Nested objects and arrays are written into the cell as compact JSON so no data is lost.
Related tools
Paste CSV and turn it into JSON. With a header row, each record becomes an object keyed by the column names; without one, each record is an array of values. Choose the delimiter and indentation — your file is stored privately in your account.
DeveloperPaste JSON to pretty-print, minify or validate it. Choose the indentation, optionally sort keys, and your formatted file is stored privately in your account.
DeveloperPaste JSON to check whether it's valid. If it isn't, you'll see the exact error and where parsing failed; if it is, you get a quick report of its type, key count and nesting depth — saved privately in your account.
DeveloperPaste Base64 to decode it back to readable text. Both standard and URL-safe Base64 are accepted. The result is stored privately in your account.
Developer