https://marketplace.visualstudio.com/items?itemName=GregorBiswanger.json2ts
json2ts for Visual Studio CodeInstallationjson2ts is a VSCode Extension which converts a JSON to TypeScript interfaces. You can browse and install extensions from within VS Code. Press Ctrl+P
and narrow down the list commands by typing ext install json2ts
.Usagejson2ts converts a JSON from clipboard to TypeScript interfaces with cmd+alt+V
or ctrl+alt+V
.