Skip to content
BEAD

CSV ↔ JSON Converter

Convert CSV to JSON or JSON to CSV with quoted fields and configurable delimiters.

JSON

🔒 Conversion happens entirely in your browser.

About this tool

CSV parsing follows the RFC 4180 quoting rules — fields with commas, quotes, or newlines must be wrapped in double quotes, and embedded quotes are escaped as "".

JSON input must be an array of objects with the same shape. Nested objects or arrays inside a row are serialized back to JSON when converting to CSV.

You might also like

Used in these workflows