文件名称:selectors:不变的JSON选择器
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-23 06:54:31
JavaScript
选择器 不变的JSON选择器。 一个小的库,它以不变的方式帮助操作JSON对象。 例子 'use strict' ; var selectors = require ( 'selectors' ) , lift = selectors . liftSelection , map = selectors . mapSelection , select = selectors . select , has = selectors . hasSelection , set = selectors . setSelection ; var obj = { a : { b : 100 } } // Has with a path selector console . log ( "H
【文件预览】:
selectors-master
----.gitignore(549B)
----package.json(561B)
----LICENSE(1KB)
----selectors.js(3KB)
----examples()
--------simple.js(2KB)
----Readme.md(3KB)
----lib()
--------args-to-arr.js(111B)
--------just-curryn.js(417B)
--------just-curry.js(127B)
----.npmignore(549B)