deep-property
JSON →A lightweight utility (v1.1.0) for fetching, setting, removing, and checking existence of deeply nested object properties using dot-delimited paths. It handles missing intermediate keys gracefully without throwing exceptions. Unlike lodash.get/set, it does not support array indices and treats invalid paths (e.g., blanks) as no-ops. The package is stable with infrequent updates, suitable for basic deep property access in Node.js.
Resources
packagedeep-property ↗