CSV → JSON
Paste CSV data and get clean, formatted JSON output.
CSV Input
JSON Output
[
{
"name": "Alice",
"age": "30",
"city": "London"
},
{
"name": "Bob",
"age": "25",
"city": "Manchester"
},
{
"name": "Carol",
"age": "35",
"city": "Bristol"
}
]3 rows converted.