Generator

CSV ⇄ JSON Converter

Convert in either direction. Handles quoted fields, escaped quotes, type coercion (numbers + booleans), and custom delimiters.

JSON
[
  {
    "id": 1,
    "name": "Alice",
    "active": true
  },
  {
    "id": 2,
    "name": "Bob",
    "active": false
  },
  {
    "id": 3,
    "name": "Carol, Jr.",
    "active": true
  }
]