CSV โ JSON
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โฆ.