to-object-path
Last updated
Was this helpful?
Last updated
Was this helpful?
Create an object path from a list or array of strings.
Install with
Also supports passing an arguments object (without having to slice args):
Install dev dependencies:
Jon Schlinkert
Copyright © 2015 Jon Schlinkert Released under the MIT license.
Visit the to see how this could be used in an application.
: Use property paths ( a.b.c
) to get a nested value from an object. |
: Returns true if a value exists, false if empty. Works with deeply nested values using… |
: Omit properties from an object or deeply nested property of an object using object path… |
: Create nested values and any intermediaries using dot notation ('a.b.c'
) paths. |
: Delete nested properties from an object using dot notation. |
Pull requests and stars are always welcome. For bugs and feature requests, .
This file was generated by on October 28, 2015.