TSV to JSON
Convert tab-separated or custom-delimited data to a JSON array — instantly
4 rows ·5 columns
Input
[
{
"Name": "Alice Johnson",
"Email": "[email protected]",
"Age": "30",
"City": "New York",
"Country": "USA"
},
{
"Name": "Bob Smith",
"Email": "[email protected]",
"Age": "25",
"City": "London",
"Country": "UK"
},
{
"Name": "Charlie Brown",
"Email": "[email protected]",
"Age": "35",
"City": "Paris",
"Country": "France"
},
{
"Name": "Diana Prince",
"Email": "[email protected]",
"Age": "28",
"City": "Tokyo",
"Country": "Japan"
}
]