obj-case:使用不同大小写键的对象

时间:2024-05-20 12:37:28
【文件属性】:

文件名称:obj-case:使用不同大小写键的对象

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-20 12:37:28

grim-repo-ignore JavaScript

对象案例 使用不同大小写键的对象。 支持的任何内容。 使在各种语言之间查找和编辑对象变得更加宽容,同时仍不修改原始JSON。 安装 与一起安装: $ component install segmentio/obj-case 原料药 .find(obj,键) 使用给定的键返回对象的值 var obj = { my : { super_cool : { climbingShoes : 'x' } } } ; objCase . find ( obj , 'my.superCool.CLIMBING SHOES' ) ; // 'x' .del(obj,key,val,[options]) 删除嵌套键 var obj = { 'a wild' : { mouse : { APPEARED : true } } } ; objCase . del ( obj , 'aWild.mouse.


【文件预览】:
obj-case-master
----.travis.yml(119B)
----index.js(3KB)
----package.json(514B)
----test()
--------test.js(6KB)
--------index.html(502B)
----component.json(405B)
----Readme.md(1KB)
----.gitignore(29B)
----History.md(2KB)
----Makefile(399B)

网友评论