This library is an extension for Underscore which allows accessing nested properties using a string path.
Features
- Access nested properties.
Dependencies
- underscore.js (>= 1.5.0)
Node
var _ = ;_;
Examples
var object = foo: bar: 123;_;
License
Copyright (c) 2014 Mateus Maso. Released under an MIT license.