Converters

CSV / JSON Converter

Convert between CSV and JSON arrays with quoted fields, newlines, and custom delimiters.

CSV / JSON
Supports quoted fields, escaped quotes, and embedded newlines.
Converted output

CSV / JSON Conversion

Convert between CSV table data and JSON arrays with support for quoted fields, escaped quotes, embedded newlines, and common delimiters.

Data Rules

  • CSV can use its first row as object keys
  • JSON input must have an array root
  • CSV does not retain number or boolean types, so parsed fields are strings by default