CSV to JSON Converter
Paste your CSV data below and get formatted JSON output instantly. Runs entirely in your browser.
CSV Input
JSON Output
[
{
"name": "Alice Johnson",
"email": "alice@example.com",
"age": "28",
"city": "New York"
},
{
"name": "Bob Smith",
"email": "bob@example.com",
"age": "34",
"city": "San Francisco"
},
{
"name": "Carol Williams",
"email": "carol@example.com",
"age": "42",
"city": "Chicago"
}
]