Skip to main content
T

JSON to CSV

NEW

Convert any JSON array (of objects or arrays) β€” or even a single object β€” into clean CSV. Tick the Flatten option to expand nested objects into dot-notation columns (e.g. <code>address.city</code>).

More options
Advertisement

How to use JSON to CSV

  1. Paste JSON.
  2. Pick delimiter; optionally enable flattening.
  3. Click Convert.

What is JSON to CSV?

Columns are derived from the union of all keys across all objects, so heterogeneous arrays still produce a complete CSV. Choose delimiter (comma, semicolon, tab, pipe) and whether to include a header row.

Advertisement

FAQ

What about nested arrays?
Nested arrays are JSON-stringified into a single cell. For full normalization, flatten manually or use a tool like jq first.

Related tools

← Back to CSV Tools Β· All tags

Last updated: