下划线.pathextend
这个库是 Underscore 的扩展,它允许使用字符串路径扩展对象。
特征
使用路径作为键进行扩展。
依赖关系
underscore.js (>= 1.5.0) underscore.path (>= 0.1.4)
节点
var _ = require ( 'underscore' ) ;
_ . mixin ( require ( 'underscore.pathextend' ) ) ;
例子
var object = { foo : { bar : 123 } } ;
_ . pathExtend ( object , { "foo.bar" : 312 } ) ;
执照
版权所有 (c) 2014 Mateus Maso。 在 MIT 许可下发布。
评论0
最新资源