json2ts

0.0.7 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i json2ts

Weekly Downloads

1,626

Version

0.0.7

License

MIT

Last publish

Collaborators

  • gregorbiswanger