CSV to JSON
Parse CSV or TSV data into a JSON array of objects or rows.
Runs locally · Nothing uploaded
CSV input
JSON output
Result will appear here…Advertisement
About CSV to JSON
Converts delimited text into JSON. With the header option enabled, the first row becomes object keys; otherwise you get an array of row arrays. The delimiter is configurable, so tab- or semicolon-separated exports work too. Quoted fields, embedded commas, and newlines are handled per RFC 4180.
Related tools
JSON & DataRuns locally in your browser.JSON to CSVFlatten an array of JSON objects into a CSV spreadsheet.JSON & DataRuns locally in your browser.CSV ViewerView CSV data as a sortable table without opening a spreadsheet app.SQL & DatabaseRuns locally in your browser.CSV to SQL INSERTConvert CSV rows into SQL INSERT statements.