Skip to main content
t
lify
PDF
Image
Utility
Media
Tools
⌘K
Home
PDF
Image
Media
More
⇄
03
·
Utility
/
json-to-csv
JSON to CSV
in-browser
⌘K
How it works
Paste a JSON array of objects or upload a .json file.
Click Convert to generate the CSV output.
Copy or download the result.
Related
CJ
CSV to JSON
{}
JSON Formatter
64
Base64 Encoder / Decoder
YJ
JSON to YAML Converter
Upload .json
[ { "name": "Alice", "age": 30, "address": { "city": "NYC", "zip": "10001" } }, { "name": "Bob", "age": 25, "address": { "city": "LA", "zip": "90001" } }, { "name": "Charlie", "age": 35, "address": { "city": "Chicago", "zip": "60601" } } ]
Convert to CSV
Quick Answers
(3)
What JSON formats are supported?
Arrays of objects work best. Single objects are also supported. Nested objects are flattened with dot notation (e.g. address.city).
Are special characters handled?
Yes, fields containing commas, quotes, or newlines are properly escaped per CSV standards.
Can I upload a JSON file?
Yes, click Upload .json to load a file from your device.