notation
Utility for modifying / processing the contents of Javascript objects or arrays via object notation strings or globs.
set-value
Set nested properties on an object using dot notation.
unset-value
Delete nested properties from an object using dot notation.
brackets2dots
Convert string with bracket notation to dot property notation for Node.js and the browser.
get-object
Get a property from an object using dot (object path) notation.