JSON to CSV

Convert JSON arrays of objects into CSV format. Automatically flattens nested keys into column headers.

Loading converter...Loading converter...

How to Use

  1. Paste a JSON array of objects into the input.
  2. CSV output is generated with auto-detected columns.
  3. Download or copy the CSV.

Frequently Asked Questions

Does it handle nested JSON?

Yes. Nested objects are flattened using dot notation for column headers (e.g., address.city).

Related Tools