Back

Text Tools

CSV to JSON

Parse CSV rows into JSON objects.

Category

Text Tools

Tags

csvjsonconverterdata
More Text Tools
Input

CSV to JSON

csvjsonconverterdata
Output

CSV converted to JSON

Rows
3
Columns
3
[
  {
    "name": "Sara",
    "email": "sara@example.com",
    "plan": "starter"
  },
  {
    "name": "Bilal",
    "email": "bilal@example.com",
    "plan": "pro"
  },
  {
    "name": "Noor",
    "email": "noor@example.com",
    "plan": "business"
  }
]