Turn comma-separated values — even messy ones with quoted fields, embedded commas and line breaks — into a tidy JSON array keyed by the header row. It all happens in your browser, which makes prepping data for an API or a bit of code quick and private.
CSV to JSON is a quick, no-nonsense developer utility that runs entirely client-side, so your code and data never leave your machine.
Yes. Fields wrapped in quotes may contain commas, quotes and line breaks.
Values are strings; cast numbers/booleans in your application as required.
No — parsing happens in your browser.