文件名称:node-json-logic:用于在 JSON 中表达逻辑操作的包。 用于在数据库中存储逻辑过程
文件大小:9KB
文件格式:ZIP
更新时间:2024-07-02 00:04:14
JavaScript
节点-json-逻辑 用于在 JSON 中表达逻辑操作的包。 用于在数据库中存储逻辑过程。 使用示例 var JSONMath = require ( 'json-logic' ) ; var logic = new JSONLogic ( ) ; var result = logic . execute ( { "a" : { "operation" : "||" , "variables" : [ { "operation" : "<" , "variables" : [ 5 , 1 ] } , { "operation" : "&&" , "variables" : [ { "operation" : "==" , "variables" : [
【文件预览】:
node-json-logic-master
----index.js(5KB)
----package.json(764B)
----LICENSE(1KB)
----.npmignore(2KB)
----spec()
--------helper.js(491B)
--------temporary-spec.js(428B)
--------basic-spec.js(1KB)
--------variables-spec.js(410B)
--------recurse-spec.js(385B)
--------examples()
----.gitignore(2KB)
----README.md(953B)
----.editorconfig(195B)