// Developer Tool

CSV TO JSON

Paste any CSV and get a clean, pretty-printed JSON array of objects. Handles quoted fields, escaped quotes, and commas or line breaks inside values. Everything runs entirely in your browser — nothing is ever uploaded.

Input CSV
JSON Output

Ragged rows are handled gracefully: extra values are collected under an _extra key, and missing values become null.