文件名称:json-schema-generator:JSON模式生成器支持草案07
文件大小:102KB
文件格式:ZIP
更新时间:2024-05-21 16:35:08
json schema generator draft07 JavaScript
JSON模式生成器 规格: : 安装 npm install --save jsg07 用法 const jsg = require ( 'jsg07' ) ; let schema = jsg . infer ( { name : 'Mike' , male : true , tags : [ 'Gentle' , 'Nice' ] } ) ; console . log ( JSON . stringify ( schema , null , 4 ) ) ; 输出 { "title": "An object value", "required": [ "name", "male", "tags" ], "properties": { "name": {
【文件预览】:
json-schema-generator-master
----.travis.yml(422B)
----rollup.config.js(2KB)
----package.json(3KB)
----.eslintrc.json(169B)
----test()
--------index.js(6KB)
--------.eslintrc.json(244B)
--------mocha.opts(39B)
----LICENSE(1KB)
----package-lock.json(405KB)
----CONTRIBUTING.md(601B)
----src()
--------index.js(2KB)
----.gitignore(890B)
----CHANGELOG.md(813B)
----README.md(2KB)