Search results
398 packages found
Access deep object properties using a path
Query JavaScript objects with JSONPath expressions. Robust / safe JSONPath engine for Node.js.
Get, set, or delete a property from a nested object using a dot path
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 can do this!).
Set nested properties on an object using dot notation.
- bury
- deep-get-set
- deep-object
- deep-property
- deep-set-in
- deep-set
- deephas
- dot-prop
- dot2val
- es5-dot-prop
- get
- getsetdeep
- has
- hasown
- View more
Safely get deep nested properties using dot notation
Modify deep object properties without modifying the original object (immutability). Works great with React and Redux.
Query JavaScript objects with JSONPath expressions. Robust / safe JSONPath engine for Node.js.
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.
TypeScript utility to transform nested objects using a dot notation path.
A document path library for Node
- document
- json
- json library
- document path
- doc-path
- doc path
- doc
- path
- json path
- path evaluator
- object
- object path
- parse
- parser
A small library for using and manipulating key path in JavaScript.
XPath like notation to query a JSON object
Work with object's property by path
Through a dot-separated path (example: 'subObject.foo.bar') you can find an object inside another parent object.
Parse js object paths using both dot and bracket notation. Stringify an array of properties into a valid path.
methods for get and set property by path in object
A common data processor target to process data without running try catch hell, and get/set properties of nested objects.