Delimiter
Header
Types
Runs entirely in your browser, nothing is uploaded.
How it works
CSV to JSON Converter: RFC 4180 Quoted Fields Handled
Paste a CSV, TSV or semicolon export and get clean JSON back. Quoted fields, escaped quotes and line breaks inside cells are parsed properly instead of being split on commas.
What this does
- A quoted field can hold the delimiter, a doubled quote or a line break, all preserved
- Comma, semicolon, tab or pipe delimiters, for European exports and for TSV
- Three output shapes: indented objects, minified objects, or every row as an array
- Blank or duplicated header names are renamed to column_3 and name_2, and the count is reported
- Empty cells become null, and ragged rows are padded out to the widest row and flagged
- Coercion refuses to touch a leading zero or an integer past 2^53, so long IDs stay intact
- An unterminated quote reports the line and column where it opened
FAQ
Keep going