1. 首页
  2. 数据库
  3. 其它
  4. json schema to ts:根据JSON模式推断TS类型:memo: 源码

json schema to ts:根据JSON模式推断TS类型:memo: 源码

上传者: 2021-02-06 09:36:26上传 ZIP文件 559.54KB 热度 42次
如果您使用此仓库,请给它加注星标 :sparkles: 停止输入两次 :male_sign_selector: 许多项目使用JSON模式进行运行时数据验证,并使用TypeScript进行静态类型检查。 他们的代码可能如下所示: const dogSchema = { type : "object" , properties : { name : { type : "string" } , age : { type : "integer" } , hobbies : { type : "array" , items : { type : "string" }
用户评论