文件名称:match-json:一个用于测试JSON APIJavaScript库
文件大小:31KB
文件格式:ZIP
更新时间:2024-05-21 22:32:46
JavaScript
match-json match-json是一个基于JSON API构建的轻量断言库。 JSON API只能携带JSON类型:字符串,数字,布尔值,数组和对象。 该库使用它来支持使用函数和正则表达式来声明JSON API。 您应该携带自己喜欢的测试库。 安装 npm install match-json 用法 匹配JSON基元。 // Numbers match ( 3.1415 , 3.1415 ) ; // => true //Strings match ( "Uno Dos Tres" , "Uno Dos Tres" ) ; // => true // Booleans match ( false , false ) ; // => true // And with undefined and null values match ( undefined , undefined
【文件预览】:
match-json-master
----.travis.yml(77B)
----.eslintrc(99B)
----index.js(318B)
----package.json(674B)
----test()
--------match_spec.js(5KB)
--------partial_spec.js(5KB)
--------type_spec.js(919B)
----LICENSE(1KB)
----package-lock.json(79KB)
----.gitignore(14B)
----lib()
--------match.js(4KB)
--------type.js(376B)
----README.md(3KB)