文件名称:permutator:JSON 排列生成器
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-19 00:21:39
JavaScript
置换器 JSON 排列生成器 使用您提供的模式定义生成 JSON 对象的所有可能排列。 让我们开始吧! 全局安装置换器: npm install -g permutator 创建一个 schema.json 文件: { "type" : "object", "schemas" : { "value1" : { "type" : "value", "values" : [1, 2, 3] }, "value2" : { "type" : "value", "values" : ["a", "b", "c"] } } } 运行置换器 permutator schema.json 我们刚刚为模式中定义的对象创建了所有可能的排列! 让我们尝试生成一个数组。 修改你的 schem
【文件预览】:
permutator-master
----bin()
--------permutator-cli.js(2KB)
----index.js(1KB)
----package.json(609B)
----lib()
--------permutator.js(7KB)
----README.md(6KB)