CSV to JSON Converter
Convert CSV data to JSON arrays or objects instantly. Paste your CSV and get clean, formatted JSON output ready for your API or application.
CSV Input
JSON Output(4 records)
[
{
"name": "John Doe",
"age": "30",
"city": "New York",
"email": "john@example.com"
},
{
"name": "Jane Smith",
"age": "25",
"city": "Los Angeles",
"email": "jane@example.com"
},
{
"name": "Bob Johnson",
"age": "35",
"city": "Chicago, IL",
"email": "bob@example.com"
},
{
"name": "Alice Brown",
"age": "28",
"city": "Houston",
"email": "alice@example.com"
}
]