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
- PHP serialize / unserializeConvert between PHP's serialize() format and JSON with a recursive-descent parser.
- SQL INSERT GeneratorConvert CSV / TSV / JSON into INSERT INTO statements — multi-row VALUES or one statement per row.
- SQL Result → Table PreviewPaste CSV, TSV, pipe-delimited, or JSON results and preview them as a styled table with inferred column types.
- YAML ↔ JSON ConverterConvert YAML to JSON or JSON to YAML, with anchors and multi-document support.