JSON to CSV

Convert a JSON array to CSV that opens cleanly in Excel or Google Sheets.

Runs in your browser
JSON array
Delimiter
idnameaddress.cityaddress.pintagsactive
1AshaSurat395007["new"]
2RaviAhmedabad380015true
CSV · 2 rows × 6 columns · 109 B
id,name,address.city,address.pin,tags,active
1,Asha,Surat,395007,"[""new""]",
2,Ravi,Ahmedabad,380015,,true

How to use JSON to CSV

1

Paste a JSON array or choose a file.

2

Review the column preview.

3

Download CSV.

Related workflows

Frequently asked questions

How are nested objects handled?

Nested fields become dotted column names like address.city. Arrays are written as JSON text.

About this tool

Flatten nested JSON objects into columns and export a spreadsheet-ready CSV.

JSON to CSV runs entirely in your web browser. Your data are processed on your own device and are never uploaded to our servers, which makes it safe for personal and business files.