Convert CSV to JSON and JSON to CSV instantly — with table preview, custom delimiters, and file upload.
Paste or upload your data below. Switch between CSV → JSON and JSON → CSV modes. Customize delimiters, quote handling, and output format using the options bar.
Drag & drop a .csv file here, or browse
CSV (Comma-Separated Values) is a plain-text format where each line is a data record and each field is separated by a delimiter — usually a comma. JSON (JavaScript Object Notation) is a structured key-value format used by APIs and web applications. You typically need to convert between these formats when: importing/exporting data from spreadsheets (Excel, Google Sheets) into a web API, transforming API responses for use in data analysis tools, or migrating data between different software systems.
.csv
or
.json
file.
true
/
false
to booleans automatically.
.csv
,
.tsv
, or
.json
files.
.json
or
.csv
file.
"New York, NY"
).
"He said ""hello"""
.
Alice,,London
.
\n
(Unix),
\r\n
(Windows), or
\r
(old Mac) — this tool handles all three.