Turns a file path with a user-specified separator into a nested object
Safely get a dot-notated property within an object.
Underscore mixins for deeply nested objects
get, set, delete deep objects in javascript. Get the last object reference
Delete nested properties from an object using dot notation.
Stringify an object sorting scalars before objects, and defaulting to 2-space indent
Properties file reader for Node.js
Safely access and modify nested object properties using string paths
Convert an object's keys to snake case
Set nested properties on an object using dot notation.
Work with objects of different cased keys
Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript.
an identity object using ES6 proxies
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.
Utility functions to deal with references in objects
utilities for primitive JavaScript types
Check if a value is an object
tiny util for getting and setting deep object props safely
Redact JS objects
PostCSS plugin to unwrap nested rules like how Sass does it
Convert an object or array into a formatted string
Create nested getter properties and any intermediary dot notation (`'a.b.c'`) paths
Check if a value is a plain object
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library we tested does this, or does it correctly).