0.0.7 • Published 8 years ago

json2ts v0.0.7

Weekly downloads
1,847
License
MIT
Repository
github
Last release
8 years ago

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.

json2ts Screenshot

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!