code.liveNewsScore
Back to Tools

CSV to JSON

Paste CSV data with a header row and convert it to a formatted JSON array of objects, computed entirely in your browser.

CSV

JSON

JSONjson
[
  {
    "name": "Ada Lovelace",
    "role": "Engineer",
    "active": "true"
  },
  {
    "name": "Grace Hopper",
    "role": "Admiral",
    "active": "true"
  }
]