文件名称:ence:自动化友好的json模式
文件大小:298KB
文件格式:ZIP
更新时间:2024-05-18 18:11:43
json automation schema structure TypeScript
ence 自动化友好的json模式 确定性结果非常适合差异和快照测试 全地址输出,方便进行grep分析 缺少/不一致的对象键检测 兼容任何输出到标准输入的工具 句法 .items[n].name.en :: null | string └────────┬──────┘ └─────┬─────┘ address type(s) 例子 [{ " id " : 123456 , " abc " : 31415 }, { " id " : " 654321 " }, null ] :: array [n] :: null | object [n].abc :: empty | number [n].id :: number | string 安装 命令行界面 $ npm install --global ence 包裹 $ npm install en
【文件预览】:
ence-master
----ence.ts(1KB)
----index.ts(4KB)
----.npmignore(10B)
----examples()
--------boolean()
--------array-mixed()
--------array()
--------array-object()
--------array-object-empty-mixed()
--------object()
--------number()
--------object-simple()
--------object-array-mixed()
--------array-simple()
--------data-reddit()
--------string()
--------data-government()
--------array-array-object-empty()
--------null()
--------array-object-empty-simple()
--------data-bank()
----.travis.yml(122B)
----tsconfig.json(507B)
----LICENSE(1KB)
----test.ts(4KB)
----README.md(3KB)
----.gitignore(925B)
----package.json(1KB)