JSON to TSV Converter
Convert a JSON array of objects to TSV (tab-separated values) instantly in your browser. No data leaves your device.
Related Tools
JSON → YAML
Convert JSON to YAML format instantly. Supports nested objects, arrays, and complex structures.
YAML → JSON
Convert YAML to JSON format instantly. Supports multi-document YAML and complex configurations.
CSV → JSON
Convert CSV to JSON array instantly. Automatic header detection and type inference.
Advertisement
How to Use
- Paste a JSON array of objects into the input panel.
- Keys from the first object become the TSV column headers.
- Each object in the array becomes one row in the TSV output.
- Click Copy Output to copy, or Download to save as a
.tsvfile. - Paste directly into Excel or Google Sheets for immediate use.
Required JSON Structure
Input must be an array of flat objects (no nested structures):
[
{ "name": "Alice", "age": 30, "city": "London" },
{ "name": "Bob", "age": 25, "city": "Berlin" }
]Opening TSV in Spreadsheets
- Excel — Save as
.tsvthen open, or paste directly into a cell - Google Sheets — File → Import → Upload the .tsv file
- Numbers — Open the .tsv file directly; Numbers detects tab separation