get-value
Property accessor
A utility library that provides a simple way to access nested properties of objects using dot notation.
Use property paths (a.b.c
) get a nested value from an object.
247 stars
8 watching
26 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
deepdeep-propertydot-notationdot-propgetget-deepjavascriptjonschlinkertkeylodashnestednodenodejsobjectobject-pathpathsvalue
Related projects:
Repository | Description | Stars |
---|---|---|
jonschlinkert/set-value | A library that allows you to set nested properties on an object using dot notation. | 272 |
jonschlinkert/has-value | A utility function to check if an object value exists at a given path or is not empty | 26 |
sindresorhus/dot-prop | A library to access properties within nested objects using a dot notation | 817 |
developit/dlv | A utility function that safely accesses nested object properties using dot notation or arrays, with options for default values. | 1,226 |
syntax-tree/hast-util-has-property | Utility to check if an element has a certain property | 1 |
nettofarah/property-validator | A library providing easy property validation functions for JavaScript applications | 158 |
jonschlinkert/array-first | Returns one or more elements from the beginning of an array | 11 |
jonschlinkert/arr-diff | Returns an array with unique values from multiple arrays using strict equality comparisons | 46 |
stocks29/exjprop | Library to read Java properties files from various sources | 0 |
jdanyow/aurelia-computed | A plugin for improving efficiency of data-binding computed properties in the Aurelia platform by automatically observing and notifying changes to one-liner getter functions | 25 |
joel-jeremy/externalized-properties | A lightweight library to resolve application properties from external sources. | 27 |
jonschlinkert/array-last | Returns the last element(s) in an array | 35 |
jonschlinkert/deep-bind | Binds a context to all functions in an object and its nested functions | 9 |
bahmutov/json-package | A utility to fetch specific properties from the package.json file using a shortened prefix. | 8 |
simonnilsson/ask | A package that provides a way to access nested properties in data structures using a simple and expressive query language. | 47 |