json-conditions:简单的条件逻辑以针对javascript对象进行评估

时间:2024-05-27 16:02:46
【文件属性】:

文件名称:json-conditions:简单的条件逻辑以针对javascript对象进行评估

文件大小:17KB

文件格式:ZIP

更新时间:2024-05-27 16:02:46

JavaScript

JSON对象的简单条件逻辑测试 简单json可以获取条件数组,可以将其与JSON对象进行比较,以测试该对象是否通过或失败了这些条件。 快速开始 npm install json-conditions const checkConditions = require ( 'json-conditions' ) ; const reference = { user : { preferredName : 'Alex' , age : 4 , } , toy : { name : 'Model Train' , tracks : 18 , engines : 1 battery : true , } } ; const simpleRules = [ { property : 'toy.engines' , op : 'gt' , value : 2 } ,


【文件预览】:
json-conditions-master
----index.test.js(4KB)
----README.md(3KB)
----.editorconfig(325B)
----.gitignore(13B)
----index.js(3KB)
----package-lock.json(44KB)
----package.json(708B)

网友评论