Why convert JSON to TSV?
Tab-separated values paste cleanly into Excel and Google Sheets and survive commas inside values without quoting. Paste a JSON array of objects above to turn your API response or export into a table you can drop straight into a spreadsheet.
How it works
The converter parses your JSON locally, collects the union of keys across all rows — so no column is silently lost — and emits one tab-separated line per object. Nested values are kept as inline JSON. The header row can be toggled off when you only need the data.