Data & Developer

CSV  JSON Converter

Paste CSV or JSON and convert to the other. Handles escaping, quoted fields, embedded newlines, and common delimiters.

validcsvjson
tabular.transcoder/csv.to.json
Tabular Transcoder · CSV ↔ JSON
3 rows3 colsclient-only

CSV ↔ JSON Converter

Delimiter, quote, header, and type inference

Parser options

delim · Commaquote · double
▸ input.csv93 chars · 4 ln
▸ output.json
238 chars · 17 ln
[
  {
    "name": "Alex Thompson",
    "role": "Engineer",
    "salary": 145000
  },
  {
    "name": "Jordan Lee",
    "role": "Designer",
    "salary": 110000
  },
  {
    "name": "Sam Patel",
    "role": "PM",
    "salary": 130000
  }
]
First 3 of 3 rows

Row preview

namerolesalary
Alex ThompsonEngineer145000
Jordan LeeDesigner110000
Sam PatelPM130000