Skip to main content
reakyit.net
Home
About
Statistics
Experience
Skills
Projects
Tools
Achievements
Contact
EN
Get In Touch
reakyit.net
JSON to TypeScript Types
v1.0.0
Generate TypeScript interfaces and type definitions from any JSON object or array.
Tool
Documentation
API Reference
Code Examples
Root type name
Examples
JSON Input
{ "id": 1, "name": "Alice", "active": true, "tags": ["dev", "ts"], "address": { "city": "Berlin", "zip": "10115" } }
TypeScript Output
Generate types