get-object-path
Return the value at given object path.
Install
$ npm install get-object-path
Usage
var get = var context = foo: 'bar' qux: hello: 'world' eggs: 'white egg' 'brown egg' 'delicious fruits :)': 'grape' 'orange' 'carrot' // => 'bar' // => world // => white egg // => brown egg // => orange
See test.js
for more info.