CONVERT/DATA

CSV to JSON

Parse CSV rows into structured JSON with header keys.

[
  {
    "name": "Alice",
    "age": "30",
    "city": "NYC"
  },
  {
    "name": "Bob",
    "age": "25",
    "city": "LA"
  }
]

Related tools

All →