TSV to JSON

Result will appear here

Conversion happens locally in your browser. No data is sent to any server.

Convert TSV (tab-separated values) to a JSON array of objects. Similar to CSV but uses tabs.

Conversion happens locally in your browser. No data is sent anywhere.

FAQ

What is TSV?
TSV is like CSV but uses tabs instead of commas to separate values. Common when exporting from spreadsheets.
When should I use TSV over CSV?
TSV is useful when your data contains many commas, as tabs are less common in text data.