nested-properties
There are 12 repositories under nested-properties topic.
wilmoore/selectn.js
Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
jednano/postcss-nested-props
PostCSS plugin to unwrap nested properties.
a8m/deep-keys
Create an array composed of the own enumerable property names (including nested) of an object.
VitorLuizC/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 the placeholder instead.
BonneVoyager/nested-objects-util
A module to filter and diff complex nested objects having circular references.
Boulangerie/pimped-proxy
Comprehensive and simple Proxy implementation for ECMAScript
blakek/deep
🐡 Get, set, remove, and test for deeply nested properties
nash403/get-safe
Safe access to nested properties in JS objects without getting a TypeError but undefined instead.
alex-zuy/boilerplate-generator
Generate Java Bean's property names constants without build tools plugins.
marziply/yankee-doodle
Yank values from an object via a feature rich schema
besotti/typesafe-deep-paths
TypeScript utility for safe access and modification of deeply nested object properties
yvolohov/prop-extractor
Get values from complicated data structures, nested arrays and objects, using request string like 'foo.[].bar.[].baz'.