What this tool does
It converts delimited rows of CSV or TSV data into JSON, turns JSON arrays back into CSV or TSV text, and lets you inspect tabular data in a table viewer.
Convert spreadsheet-style CSV or TSV data into JSON, or turn JSON arrays back into CSV or TSV. The conversion runs entirely in your browser, so the data is never uploaded or stored in server memory.
CSV to JSON reads each row of CSV data and turns it into JSON objects or arrays.
Convert, copy, download, swap, or reopen structured data from one shared results area.
View CSV rows or tabular JSON as an actual table so it is easier to scan before or after conversion.
Convert some data to render a preview table here.
It converts delimited rows of CSV or TSV data into JSON, turns JSON arrays back into CSV or TSV text, and lets you inspect tabular data in a table viewer.
Parsing and conversion happen locally in your browser, so your CSV and JSON are not sent to the server or stored in server memory.
JSON to CSV works best with arrays of objects or arrays. Nested objects and arrays are preserved as JSON strings inside CSV cells when needed.