TypeScript utility for safe access and modification of deeply nested object properties
-
Updated
Oct 5, 2024 - TypeScript
TypeScript utility for safe access and modification of deeply nested object properties
A module to filter and diff complex nested objects having circular references.
Yank values from an object via a feature rich schema
🐡 Get, set, remove, and test for deeply nested properties
🚚 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.
Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
Generate Java Bean's property names constants without build tools plugins.
Create an array composed of the own enumerable property names (including nested) of an object.
Get values from complicated data structures, nested arrays and objects, using request string like 'foo.[].bar.[].baz'.
Safe access to nested properties in JS objects without getting a TypeError but undefined instead.
PostCSS plugin to unwrap nested properties.
Comprehensive and simple Proxy implementation for ECMAScript
Add a description, image, and links to the nested-properties topic page so that developers can more easily learn about it.
To associate your repository with the nested-properties topic, visit your repo's landing page and select "manage topics."