Skip to main content
T

TSV to JSON Converter

NEW

Paste tab-separated data (for example, a copied spreadsheet selection) and convert it to clean, formatted JSON. Optionally treat the first row as object keys and auto-detect numbers and booleans.

Send output to:
Advertisement

How to use TSV to JSON Converter

  1. Paste your tab-separated data into the input box, or load the sample.
  2. Choose whether the first row is a header and whether to parse numbers and booleans.
  3. Click Convert, then copy the formatted JSON output.

What is TSV to JSON Converter?

TSV (tab-separated values) is what you get when you copy cells from Excel, Google Sheets, or Numbers. This converter turns that into structured JSON: with the header option on, each row becomes an object keyed by the first row's column names; with it off, each row becomes an array of values.

The optional number and boolean parsing converts cells like 42 and true into real JSON numbers and booleans instead of strings. Everything runs in your browser, so even sensitive spreadsheet data stays private.

Advertisement

FAQ

What counts as TSV?
TSV uses a single tab character between columns and a new line between rows. Copying a selection from a spreadsheet produces TSV, which makes this tool handy for quick paste-and-convert workflows.
How are numbers and booleans handled?
When the parse option is enabled, cells that look like numbers (such as 42 or -3.5) become JSON numbers, and true/false become JSON booleans. Everything else stays a string.
Is my data uploaded?
No. Parsing happens entirely in your browser; nothing is sent to a server.

Related tools

← Back to CSV Tools · All tags

Last updated:

Advertisement