Loading...
Loading...
Convert JSON arrays and objects into tab-separated values for spreadsheets and data pipelines.
Top-Level Items
0
Output Lines
0
Input Size
0 B
Output Size
0 B
Drop a file here
or paste directly in the input editor.
JSON Input
TSV Output
This converter flattens nested JSON fields into dot-path columns and writes tab-separated rows.
This tool is built for developers, analysts, and data teams who need a fast, private way to convert structured data without installing a desktop app or sending files to a server.
The converter can repair common JSON syntax problems before conversion, including missing quotes, single quotes, smart quotes, comments, trailing commas, duplicate commas, missing commas, unfinished arrays, and safe missing braces or brackets.
After repair, you can review the before and after JSON preview, check issue count, confidence, processing time, and copy or download the repaired JSON.
Convert payloads into the format your endpoint, test fixture, or documentation needs.
Move structured records between config files, spreadsheets, and JSON-based systems.
Prepare clean examples for pull requests, support tickets, docs, and automated tests.
Keep everyday conversion work local in the browser instead of uploading sensitive data.
Input JSON example:
[
{
"id": 1,
"name": "Alice Johnson",
"email": "alice@example.com",
"role": "Engineer",
"active": true
},
{
"id": 2,
"name": "Bob Smith",
"email": "bob@example.com",
"role": "Designer",
"active": false
}
]Output TSV example:
id name email role active 1 Alice Johnson alice@example.com Engineer true 2 Bob Smith bob@example.com Designer false
Yes. It is free and runs in your browser.
An array of objects works best because object keys become columns.
Yes. You can copy it or download a .tsv file.