devstoolbox
EN
json-to-typescript
JSON example
{ "id": 42, "name": "example", "active": true }
TypeScript
interface Root { id: number; name: string; active: boolean; }
Also:
base64-encoder
·
json-formatter
·
url-encoder