Converters · Tabular

CSV ⇄ JSON

Convert CSV to JSON and back — quoted fields, escaped quotes and headers are handled.

Source
Converted
[
  {
    "name": "Ada",
    "role": "admin",
    "active": "true"
  },
  {
    "name": "Grace",
    "role": "user",
    "active": "false"
  }
]

Frequently asked

Yes — the parser respects quoted fields and escaped double-quotes per the common CSV convention.

No. This tool runs entirely as JavaScript in your browser — your input never leaves your device and nothing is logged.

How to use

1

Choose CSV → JSON or JSON → CSV.

2

Paste your data.

3

Copy the converted result.

Related tools