Byte Utility
Tools
About
bytetechlabs.com
← All tools
JSON to TypeScript
Generate TypeScript interfaces from JSON
Root name
Use
type
instead of
interface
JSON Input
{ "id": 1, "name": "John Doe", "email": "john@example.com", "address": { "street": "123 Main St", "city": "New York", "zip": "10001" }, "tags": ["developer", "typescript"], "active": true }
Generate TypeScript