JSON to TypeScript
Generate TypeScript interfaces from JSON data.
Runs entirely in your browser.
Convert JSON to TypeScript Tools
Generated 3 interface(s)
About JSON
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate.
Learn more: JSON Tutorial
About TypeScript
TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
Learn more: TypeScript Tutorial