← All Tools
CSV to JSON Converter
Parse CSV data into a JSON array with optional header row, type inference, and configurable delimiters. Handles quoted fields, embedded newlines, and escaped quotes per RFC 4180.
Tips
- Fields containing the delimiter, quotes, or newlines should be wrapped in double quotes.
- To include a literal double quote inside a quoted field, escape it as
"".
- Type inference converts
123, 3.14, true, false, null, and ISO dates to their native JSON types.
- Without a header row, objects become arrays indexed by column position.