@zhusj/json-typescript-class-generator
v1.0.5
Published
Automatically generate classes that inherit JSON serialization classes based on JSON files
Readme
json-typescript-class-generator
Automatically generate classes that inherit JSON serialization classes based on JSON files
目的
- 方便TS的小伙伴自动根据请求回来的JSON字符串生成可以"响应"/"订阅"的数据类 配合序列化JSONMODIFY 共同使用.
代码环境
- node 8.6 +
- @zhusj/jsonmodify (ps: npm i @zhusj/jsonmodify -D)
安装
- sudo npm install @zhusj/json-typescript-class-generator -g
GIT地址
- https://github.com/zhusjfaker/json-typescript-class-generator
使用教程
- "json-convert" 为调用命令行工具 (具体操作见下图!)

