⚡
JSON → TypeScript
Paste JSON, get interfaces
JSON Input
{ "id": 1, "name": "John Doe", "email": "john@example.com", "active": true, "tags": ["admin", "user"], "address": { "street": "123 Main St", "city": "Springfield", "zip": "62704" }, "orders": [ { "orderId": "A001", "total": 29.99, "items": ["Widget", "Gadget"] } ] }
TypeScript Interfaces
Copy