JSON to TypeScript

Infer types from every sample value.

On your device · No account
Privacy details

JSON to TypeScript processes your input in this browser. Inputs and results are excluded from analytics. Recent tools save tool names, visit counts and last-visit times. Saved tools store only their names. Draft saving is optional and stays on this device; delete saved text with the draft controls. Loading text from a URL is optional and contacts that server; its URL and your IP address are visible to the server. An optional “Use in” action keeps a handoff in this tab. The next tool removes it on arrival and ignores it if more than a minute has passed.

Copy link includes the inputs you choose to share in the address. Anyone with that link can reopen them. Files and generated results are excluded. Password and key tools share settings only.

Options and local file

Optional settings apply only to this tab.

Your result

Reset reloads the tool with its starting values and releases open files and device controls. Saved drafts stay on this device until you delete them.

Links include your inputs and settings. Anyone with the link can see them, so leave out private text. Files and generated results are left out; random draws run again.

Keyboard shortcuts

Updated

JSON to TypeScript explained

Infer a TypeScript type from a JSON sample. Every array element contributes to the type union, object keys are quoted safely, null remains null and an empty array becomes unknown[] rather than an invented element type.

Next: TypeScript formatter

Next: JSON to YAML converter

Next: JSON Lines explorer

A worked example

A sample {"a":1} produces a type with "a": number. A mixed array [1,"x"] produces Array<number | string>.

Before you use the result

A sample cannot prove every future shape. No missing property is guessed or made optional. Review the inferred type against your actual API contract.

Cite this page

ToolOctopus. “JSON to TypeScript.” Updated 2026-09-20. https://tooloctopus.com/json-to-typescript.

Add an access date if your instructions require one.

Citation formatting uses citeproc-js by Frank Bennett and Citation Style Language styles. Licence and source code.

Find a tool

Search by task. Use ↓ and ↑ to choose, Enter to open.