CSV ↔ JSON
Convert CSV and JSON locally in the browser. Quoted fields, commas and escaped quotes are handled.
INPUT / CSV39 CHARS
OUTPUT / JSONREADY
[
{
"name": "Ada",
"role": "Engineer"
},
{
"name": "Grace",
"role": "Researcher"
}
]