JSON ↔ CSV
Convert between JSON and CSV with flatten/unflatten support
JSON → CSV
CSV → JSON
Flatten nested objects
Array handling
expand
▼
JSON
[ {"name": "Ada", "tags": ["math", "cs"]}, {"name": "Grace", "tags": ["navy", "cs"]} ]
CSV
(2 rows × 2 cols)
Copy
Download
name,tags Ada,math; cs Grace,navy; cs
Jump to a tool
Search tools by name