JSON to CSV Converter

Convert JSON arrays to CSV spreadsheet format instantly.

name,age,city,score Alice,30,New York,9.5 Bob,25,London,8.2 Carol,35,Paris,9.1

How to use JSON to CSV

  1. Paste a JSON array of objects into the input box.
  2. Review the CSV preview on the right.
  3. Copy the CSV, or download it as a .csv file.
  4. Open it in Excel, Google Sheets, or another spreadsheet app.

Best for

Flat JSON arrays
API results
Simple records
Exporting data to spreadsheets

Example

JSON

[
  { "name": "Aisha Khan", "department": "Finance" },
  { "name": "Ben Carter", "department": "Operations" }
]

CSV

name,department
Aisha Khan,Finance
Ben Carter,Operations

For nested objects, custom delimiters, flattening options, or advanced export controls, use the JSON to CSV Converter Advanced.

Frequently Asked Questions