JSON to CSV

Convert JSON arrays to CSV for Excel and spreadsheets.

About the JSON to CSV

APIs and databases often export JSON, but spreadsheets need CSV. Convert JSON arrays of objects to downloadable CSV without uploading your data.

How to use the JSON to CSV

  1. Paste your JSON array into the input.
  2. Click Convert to CSV.
  3. Copy or download the CSV output.

Frequently Asked Questions

Does it handle nested JSON?
Yes. Nested keys are flattened with dot notation by default.
What JSON format is required?
An array of objects or a single object.