All Projects → GregorBiswanger → Json2ts

GregorBiswanger / Json2ts

Licence: mit
Convert a JSON to TypeScript interfaces.

Programming Languages

javascript
184084 projects - #8 most used programming language

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! **

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].