property-accessors
There are 7 repositories under property-accessors 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.
linaori/http-bundle
Provides extra HTTP related functionality in Symfony
gammasoft71/properties
another c#-like property accessor for C++11 and above.
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.
scheb/property-access
Read and write properties from/to PHP objects and arrays
TeamworkGuy2/JMetaAccess
Java meta-data access utlities (java.lang.reflect.*) and enums for java primitive types and commonly serializable types