nested-objects topic

List nested-objects repositories

find-and

19
Stars
2
Forks
Watchers

Find nested objects and: appendProps / replaceObject / changeProps / removeObject / returnFound / insertObjectBefore / insertObjectAfter. TypeScript friendly. Plug & play.

ember-deep-set

31
Stars
8
Forks
Watchers

Deeply set values on an Ember Object or POJO

micro-observer

28
Stars
6
Forks
Watchers

Utilizes ES6 Proxies to easily observe and validate changes on nested objects.

expand-hash

24
Stars
1
Forks
Watchers

Recursively expands property keys with dot-notation into objects.

default-composer

459
Stars
10
Forks
Watchers

A tiny (~500B) JavaScript library that allows you to set default values for nested objects

pydantic-resolve

266
Stars
11
Forks
Watchers

pydantic-resolve turns pydantic from a static data container into a powerful composable computing container.

get

18
Stars
2
Forks
Watchers

🚚 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...