CSV 转 JSON 转换器
免费的 CSV 转 JSON 转换器。粘贴带有标题行的 CSV,即可获得一个整洁的对象 JSON 数组。自动检测数字和类型。在浏览器中运行。
Runs in your browserUpdated Apr 26, 2026
CSV Input
JSON Output
⌘⇧C
常见问题
›Does my header row need quotes?
Optional. We handle both quoted and unquoted headers, with comma or tab delimiters.
›Are numbers auto-detected?
Yes. If a value parses as a number, it becomes a JSON number; otherwise it stays a string. Booleans (true/false) are also detected.
›What delimiter is used?
Comma is default. Tab and semicolon are auto-detected from the first line.
›Is my CSV uploaded?
No — conversion runs entirely in your browser.
›Is the converter free?
Yes — fully free, no signup.