0.1.4 • Published 9 years ago

underscore.path v0.1.4

Weekly downloads
2
License
-
Repository
-
Last release
9 years ago

underscore.path Build Status

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 _ = require('underscore');
_.mixin(require('underscore.path'));

Examples

var object = {foo: {bar: 123}};
_.path(object, "foo.bar");

License

Copyright (c) 2014 Mateus Maso. Released under an MIT license.

0.1.4

9 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago