CSV ↔ JSON
Convert between CSV (with headers) and JSON arrays.
CSV
JSON
[
{
"name": "Ada",
"role": "founder",
"location": "London"
},
{
"name": "Grace",
"role": "engineer",
"location": "New York"
},
{
"name": "Linus",
"role": "kernel hacker",
"location": "Helsinki"
}
]