Input Text
JSON Array
Tab Delimited Text to JSON Array
Tabs often separate values in logs or spreadsheet exports. Rather than replacing each tab manually, use this page to create a properly formatted JSON array in one click.
Simply paste the tabbed data and press Convert. Each field is trimmed and returned in a tidy array that you can copy for coding or configuration tasks.
Tab Converter FAQ
Does it work with clipboard tabs?
Yes. Tab characters copied from spreadsheets or editors are recognized and split correctly.
Will my formatting change?
The converter only splits the text on tab characters. Other whitespace and punctuation remain untouched.
Is there a limit to the number of values?
You can paste long tab-delimited lists, though extremely large inputs may slow the page slightly.
Can I change the delimiter?
For other characters, use the custom delimiter tool where you can define any separator you like.
Related Tools
Convert Lines to JSON Array
Turn line break text into a JSON data array
Comma to JSON Array
Convert comma separated text to a JSON array
Semicolon to JSON Array
Convert semicolon separated text to a JSON array
Pipe to JSON Array
Convert pipe separated text to a JSON array
Colon to JSON Array
Convert colon separated text to a JSON array
Space to JSON Array
Convert space separated text to a JSON array
Double-space to JSON Array
Convert double-space separated text to a JSON array
Slash to JSON Array
Convert slash separated text to a JSON array
Caret to JSON Array
Convert caret separated text to a JSON array
Tilde to JSON Array
Convert tilde separated text to a JSON array
Custom Delimiter to JSON Array
Convert custom delimiter text to a JSON array