没有合适的资源?快使用搜索试试~ 我知道了~
json-schema-codegen:从 JSON 模式文件生成代码
共197个文件
py:82个
json:59个
js:41个
需积分: 10 2 下载量 180 浏览量
2021-08-04
22:02:12
上传
评论
收藏 311KB ZIP 举报
温馨提示
json-schema-codegen 从 JSON 模式文件生成代码。 目录 介绍 这是一个命令行工具,用于获取文件并自动生成代码。 例如这个json-schema定义: { " $schema " : " http://json-schema.org/draft-04/schema# " , " title " : " Test " , " type " : " object " , " properties " : { " id " : { " type " : " integer " } } } 将生成此 Python 代码: class Test ( object ): def __init__ ( self , data = None ): data = data or {} self . id =
资源推荐
资源详情
资源评论
收起资源包目录
json-schema-codegen:从 JSON 模式文件生成代码 (197个子文件)
ast_to_js 702KB
.babelrc 61B
setup.cfg 40B
.flake8 30B
.flowconfig 58B
.gitignore 1KB
build_js_ast.js 2KB
ast_to_js.js 1KB
ast_to_js.webpack.config.js 1KB
additional_properties_with_ref.template.js 420B
array_items_ref.template.js 262B
with_nested_object.template.js 260B
additional_properties_with_ref.template.js 179B
array_items_ref.template.js 169B
with_nested_object.template.js 168B
object_property_default.template.js 166B
with_mixed_properties.template.js 153B
boolean_property_default.template.js 144B
array_items_ref_as_scalar.template.js 142B
string_property_default.template.js 142B
array_items_ref_as_alias.template.js 142B
array_property_default.template.js 141B
integer_property_default.template.js 138B
array_items_ref_as_alias.template.js 122B
definition_of_primitive_alias.template.js 117B
with_property.template.js 110B
definition_without_title.template.js 110B
with_required_property.template.js 109B
boolean_property.template.js 108B
object_property.template.js 107B
integer_property.template.js 107B
with_mixed_properties.template.js 102B
array_items_ref_as_scalar.template.js 91B
array_property_default.template.js 88B
definition_without_title.template.js 88B
with_property.template.js 86B
boolean_property.template.js 86B
boolean_property_default.template.js 85B
object_property.template.js 85B
with_required_property.template.js 85B
integer_property.template.js 85B
object_property_default.template.js 84B
string_property_default.template.js 84B
integer_property_default.template.js 84B
simple.template.js 34B
simple.template.js 31B
definition_of_primitive_alias.template.js 0B
additional_properties_with_ref.ast.json 17KB
array_items_ref.ast.json 11KB
with_nested_object.ast.json 9KB
object_property_default.ast.json 8KB
array_property_default.ast.json 6KB
array_items_ref_as_alias.ast.json 6KB
array_items_ref_as_scalar.ast.json 6KB
string_property_default.ast.json 6KB
with_mixed_properties.ast.json 6KB
boolean_property_default.ast.json 6KB
integer_property_default.ast.json 6KB
additional_properties_with_ref.ast.json 5KB
array_items_ref.ast.json 5KB
with_nested_object.ast.json 5KB
object_property.ast.json 4KB
with_property.ast.json 4KB
definition_without_title.ast.json 4KB
boolean_property.ast.json 4KB
integer_property.ast.json 4KB
with_required_property.ast.json 4KB
array_items_ref_as_alias.ast.json 3KB
with_mixed_properties.ast.json 3KB
array_items_ref_as_scalar.ast.json 3KB
array_property_default.ast.json 3KB
object_property.ast.json 3KB
object_property_default.ast.json 3KB
definition_without_title.ast.json 3KB
boolean_property.ast.json 2KB
with_property.ast.json 2KB
integer_property.ast.json 2KB
boolean_property_default.ast.json 2KB
with_required_property.ast.json 2KB
integer_property_default.ast.json 2KB
string_property_default.ast.json 2KB
definition_of_primitive_alias.ast.json 1KB
package.json 1017B
simple.ast.json 771B
simple.ast.json 699B
array_items_ref.schema.json 442B
additional_properties_with_ref.schema.json 419B
.eslintrc.json 384B
array_items_ref_as_alias.schema.json 377B
with_nested_object.schema.json 358B
definition_of_primitive_alias.schema.json 243B
array_items_ref_as_scalar.schema.json 239B
with_mixed_properties.schema.json 209B
definition_without_title.schema.json 194B
object_property_default.schema.json 191B
boolean_property_default.schema.json 185B
string_property_default.schema.json 184B
with_required_property.schema.json 175B
array_property_default.schema.json 167B
integer_property_default.schema.json 167B
共 197 条
- 1
- 2
资源评论
止蚀
- 粉丝: 23
- 资源: 4508
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功