nested-objects topic
find-and
Find nested objects and: appendProps / replaceObject / changeProps / removeObject / returnFound / insertObjectBefore / insertObjectAfter. TypeScript friendly. Plug & play.
ember-deep-set
Deeply set values on an Ember Object or POJO
micro-observer
Utilizes ES6 Proxies to easily observe and validate changes on nested objects.
expand-hash
Recursively expands property keys with dot-notation into objects.
default-composer
A tiny (~500B) JavaScript library that allows you to set default values for nested objects
pydantic-resolve
pydantic-resolve turns pydantic from a static data container into a powerful composable computing container.
get
🚚 A really small and type-safe (requires TypeScript >= 4.1.3) function, that gets a nested value from an object using a path string (like "a.b[0].d"). If value is 'undefined' or unreachable returns t...