Tool World

TSV to JSON

Convert tab-separated values to JSON.

TSV to JSON converts tab-separated tables with a header row into a JSON array of objects in your browser.

Frequently Asked Questions

Does my data leave the browser?

Processing stays in your browser. Nothing is uploaded to ToolWorld servers.

Are quotes supported?

This tool splits on tabs simply. Prefer CSV tools for complex quoting.

Empty cells?

Empty fields become empty strings in the JSON objects.