Does it support quoted CSV fields?
It handles common quoted values and simple comma-separated data.
Data Tools
Turn CSV text into JSON arrays for apps, scripts, APIs and dataset preparation. This lightweight converter supports a simple header row workflow and runs fully client-side.
Advertisement
AdSense slot placeholder
This tool does not upload files to a server.
Paste CSV content to convert it into JSON.
Advertisement
AdSense slot placeholder
Advertisement
AdSense slot placeholder
Input
name,age Alice,29 Bob,31
Output
[
{
"name": "Alice",
"age": "29"
},
{
"name": "Bob",
"age": "31"
}
] It handles common quoted values and simple comma-separated data.
Yes. Use the download button to save a `.json` file locally.
Format, validate and minify JSON directly in your browser.
Open toolConvert JSON arrays into CSV text for spreadsheets or exports.
Open toolCreate Markdown tables from CSV or row-based input.
Open tool