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