🌳 Create an array of key paths from an object.
Underscore mixins for deeply nested objects
Get, set, or delete a property from a nested object using a dot path
Parse & stringify .properties files
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
dot-object makes it possible to transform and read (JSON) objects using dot notation.
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).
Safely get a dot-notated property within an object.
Constants and utilities about visitor keys to traverse AST.
TypeScript definitions for dot-object
Lowercase the keys of an object
Like `Object.keys()` but also includes symbols
Delete nested properties from an object using dot notation.
Convert object keys from camel case
Filter object keys and values into a new object
https://en.wikipedia.org/wiki/Trie
Persistent ordered mapping from strings
Computes the dot product between two numeric arrays.
Convert object keys to camel case
Generate hashes from javascript objects in node and the browser.
Convert an object's keys to snake case
The official runtime utils for Standard Schema
Immutable version of dot-prop with some extensions
A WebdriverIO plugin to report in dot style