Convert nested object to dot notation object
Underscore mixins for deeply nested objects
Delete nested properties from an object using dot notation.
Get, set, or delete a property from a nested object using a dot path
dot-object makes it possible to transform and read (JSON) objects using dot notation.
Safely get a dot-notated property within an object.
Set nested properties on an object using dot notation.
Create nested getter properties and any intermediary dot notation (`'a.b.c'`) paths
Properties file reader for Node.js
A document path library for Node
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).
Take a nested Javascript object and flatten it, or unflatten an object with delimited keys
TypeScript definitions for dot-object
very fast object redaction
The official runtime utils for Standard Schema
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.
PostCSS plugin to unwrap nested rules like how Sass does it
It's a very fast and efficient glob library for Node.js
Merge objects & other types recursively. A simple & small integration.
Simple yet powerful framework for building command-line apps.
Computes the dot product between two numeric arrays.
A WebdriverIO plugin to report in dot style
Parse & stringify .properties files
TypeScript definitions for dlv
converts a Yaml String to a nested Struct
converts a JSON String to a nested Struct
DotKey provides an elegant way to read, write, and manipulate deeply nested Hashes and Arrays using dot-delimited strings. It supports wildcards for pattern matching, custom delimiters, and flexible handling of missing values - making it ideal for working with complex data structures, configuration objects, and API responses.