Skip to content

CSV โ†’ JSON

Paste CSV
Options
Columns
Off: auto-generate col1, col2โ€ฆ
Delimiter & Quote
RFC4180 quotes with "" as escape are supported.
Cleanup
Type Casting
Output
Indentation spaces (0 for minified).

About CSV โ†’ JSON

Convert CSV into JSON directly in your browser. Paste CSV or upload files, tweak delimiter/headers, and choose between object-array and array-array outputs. Supports quoted fields (RFC4180), CRLF/LF, trimming, empty-line skipping, and optional type casting.

Tips

  • Auto delimiter checks , ; \t | on the first lines and picks the best score.
  • Quoted quotes use "". Newlines inside quotes are preserved.
  • Turn off โ€œUse first row as headersโ€ to generate col1โ€ฆ.