Продвижение сайтов Создание сайтов Поддержка сайта

CSV to JSON Converter

Paste a CSV table — get a JSON array of objects with a table preview and download button.

CSV
JSON

Online CSV to JSON converter — fast, no signup

The CSV → JSON tool converts a CSV table into a JSON array of objects right in your browser. All processing happens locally — nothing is sent to a server. The first row becomes object keys, every following row becomes one array item.

RFC 4180 value escaping

The parser correctly handles double-quoted values, including embedded delimiters, line breaks, and escaped quotes (""), so exports from Excel, Google Sheets and most databases import without errors.

Choosing a delimiter

Comma (,) — the RFC 4180 standard. Semicolon (;) — typical for CSV exported from Excel with European locales, where comma is the decimal separator. Tab — the TSV format, common when pasting from Google Sheets or LibreOffice Calc.

First row as headers

By default the first CSV row is treated as column headers and defines the JSON keys. Uncheck "first row is headers" to include every row — including the first — in the data, with auto-generated keys like col1, col2.

Frequently asked questions

See also