devstoolbox
DE
json-to-typescript
JSON-Beispiel
{ "id": 42, "name": "example", "active": true }
TypeScript
interface Root { id: number; name: string; active: boolean; }
Auch:
yaml-formatter
·
url-encoder
·
html-entity-encoder