CSV · delimiter · JSON

Convert tab-separated values to a JSON array

Use a literal tab delimiter with the same strict header, quote and row-width rules.

Local table conversion

Input and dialect

Rows stay on this device

The first record is the header. Spaces are data; blank and uneven rows are not repaired.

Every cell becomes a JSON string. Headers keep exact spelling and order; malformed quoting and unequal row widths are rejected.

Strict conversion complete

JSON result

Headers2
Data records1
DelimiterTab
Cell typesStrings only
JSON output

The visible JSON is the exact copied and downloaded result. Verify important output in its destination system.