← Back to All Tools

🔄 JSON ↔ CSV Converter

Convert between JSON and CSV formats instantly.
Perfect for data transformation, API integration, and Excel/database imports.

JSON Input

CSV Output

💡 Tips:
JSON → CSV: Paste a JSON array of objects. Each object becomes a row.
CSV → JSON: First row must contain column headers.
• Handles nested objects by flattening (e.g., user.name).
JSON Example:
[{"id": 1, "name": "Alice"}, {"id": 2, "name": "Bob"}]

CSV Example:
id,name
1,Alice
2,Bob