TSV to JSON Converter

TSV (tab-separated values) is what Excel and Google Sheets paste to the clipboard. Convert any TSV table to a JSON array of objects — keys from the header row, values from each data row. Useful for moving data from spreadsheets into JSON-consuming tools.