01
Paste JSON
Enter a JSON array or object containing structured data.

Smart Maker
Professional Builder
Convert structured JSON data into clean CSV format for spreadsheets, databases and data processing.
Paste valid JSON data and convert it into spreadsheet-friendly CSV.
Example
[{"name":"Masoom","age":25}]
name,age
Masoom,25
JSON object keys become CSV columns and each object in the array becomes one CSV row.
JSON
[
{
"name": "Masoom",
"age": 25
},
{
"name": "Aman",
"age": 28
}
]CSV
name,age Masoom,25 Aman,28
Paste structured JSON, choose your CSV options and copy or download the generated CSV data.
Enter a JSON array or object containing structured data.
Select delimiter, headers and nested object handling.
Preview the generated CSV and copy or download the file.