Switchboard

CSV ↔ JSON

3 rows · 3 cols · delim ","
CSV Input
JSON Output
[
  {
    "name": "Ada",
    "role": "Engineer",
    "active": true
  },
  {
    "name": "Grace",
    "role": "Designer",
    "active": true
  },
  {
    "name": "Linus",
    "role": "PM",
    "active": false
  }
]