CSV to JSON
Convert CSV rows to JSON
Start
[
{
"a": "1",
"b": "2"
},
{
"a": "3",
"b": "4"
}
]Description
Turn CSV text into arrays of objects.
How to Use
- Paste CSV
- Copy JSON
Example
a
1
2 -> [{"a":"1"},{"a":"2"}]FAQ
Runs locally.