json2ts
v0.0.7
Published
Convert a JSON to TypeScript interfaces.
Downloads
10,966
Readme
json2ts
json2ts converts a JSON to TypeScript interfaces.
Installation
npm install json2ts
Usage
json2ts can be used as a Node.js module:
let json2ts = require("json2ts");
let result = json2ts.convert(jsonContent);
As IDE Extension
This module is used as IDE Extension for Visual Studio Code and Brackets.
Tests
npm test
Contributing
Feel free to submit a pull request if you find any bugs (to see a list of active issues, visit the Issues section). Please make sure all commits are properly documented.
License
MIT-licensed
** Enjoy! **