Home
About
Tools
Projects
#
cd ../
#
json-to-ts
JSON TO TYPESCRIPT
Interface Name:
Generate TypeScript
JSON Input
{ "id": 1, "name": "John Doe", "email": "john@example.com", "isActive": true, "roles": ["admin", "user"], "profile": { "age": 30, "address": { "city": "New York", "country": "USA" } }, "createdAt": "2024-01-15T10:30:00Z" }
TypeScript Output