JSON to CSV Converter
JSON → CSV
CSV → JSON
Delimiter
Comma (,)
Semicolon (;)
Tab
Pipe (|)
Include headers
JSON Input
Clear
[ { "name": "Alice Johnson", "age": 30, "email": "alice@example.com", "address": { "city": "New York", "state": "NY" }, "hobbies": ["reading", "hiking"] }, { "name": "Bob Smith", "age": 25, "email": "bob@example.com", "address": { "city": "San Francisco", "state": "CA" }, "hobbies": ["coding", "gaming", "cooking"] }, { "name": "Carol White", "age": 35, "email": "carol@example.com", "address": { "city": "Chicago", "state": "IL" }, "hobbies": ["painting"] } ]
CSV Output
Convert
Download CSV
Copy Result
Load Sample
Clear All
Powered by
NexTool