TSV to JSON
Tab-separated values — what you get pasting from a spreadsheet or dumping a database — read as a JSON array. Like CSV, but splitting on tabs sidesteps the comma-inside-a-field problem entirely. Numeric-looking cells are typed as numbers, so quote or protect ID-like values if leading zeroes matter.