JSON to CSV Converter

Transform JSON data into structured CSV format

JSON Input

CSV Output

No data yet

Enter JSON data and click "Convert to CSV" to see the results

How it works

Arrays of objects explode into multiple rows
Nested objects flatten with dot notation (profile.age)
Arrays of primitives become JSON strings
Empty arrays create rows with empty cells
Download CSV for Excel compatibility
Handles complex nested structures