Header row
The first CSV row is used as object keys, which is the most common format for spreadsheet exports.
Browser-based developer tools
Convert CSV rows into formatted JSON arrays using the first row as object keys.
Reference notes
The first CSV row is used as object keys, which is the most common format for spreadsheet exports.
The parser handles quoted fields, commas inside quotes and escaped quote characters.
JSON output is pretty-printed so it can be copied into tests, docs and API examples.