CSV to JSON

Parse CSV and convert to JSON. Auto-detects the delimiter, type-infers numbers and booleans, and produces a clean array of objects keyed by header row.

How to use the CSV to JSON

Paste CSV. Auto delimiter detection sniffs the first line for the most common separator. Type inference turns 123 into the number 123, true/false into booleans; everything else stays as string.