Convert JSON to CSV instantly • 100% browser-based • No data sharing
Nested objects are automatically flattened (e.g., {"user": {"name": "John"}}
becomes user.name
column)
// Array of objects [ {"id": 1, "name": "John", "email": "john@example.com"}, {"id": 2, "name": "Jane", "email": "jane@example.com"} ] // Single object {"product": "Laptop", "specs": {"ram": "16GB", "storage": "1TB"}}