set-value
Dot notation setter
A library that allows you to set nested properties on an object using dot notation.
Set nested properties on an object using dot-notation.
272 stars
9 watching
41 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
deep-propertydotdot-notationdot-propgetgetobjectjavascriptlodashnestednodeobjectobject-pathpathpropertiespropertysetset-deepvalvalue
Related projects:
Repository | Description | Stars |
---|---|---|
jonschlinkert/get-value | A utility library that provides a simple way to access nested properties of objects using dot notation. | 247 |
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 |
jonschlinkert/deep-bind | Binds a context to all functions in an object and its nested functions | 9 |
jonschlinkert/pad-left | A fast implementation of left padding in strings with customizable characters and lengths. | 44 |
jonschlinkert/arr-diff | Returns an array with unique values from multiple arrays using strict equality comparisons | 46 |
sindresorhus/yn | A utility for parsing yes/no like values with optional typo tolerance | 267 |
jonschlinkert/is-number | Utility function to check if a value is a number or string representation of a number | 261 |
crysalead-js/dom-element-value | A utility for working with the value of DOM elements in JavaScript. | 6 |
nettofarah/property-validator | A library providing easy property validation functions for JavaScript applications | 158 |
the-sett/elm-pretty-printer | A library for pretty-printing Elm code to produce readable and formatted output. | 12 |
sindresorhus/indent-string | A utility function to insert consistent indentation into a string | 112 |
jonschlinkert/uniqueid | Generates unique sequential IDs with optional prefix and suffix. | 17 |
drewstinnett/gout | A utility package for formatting and serializing data in standard formats. | 17 |
samuelgruetter/dot-calculus | A formalization of Dependent Object Types (DOT) calculus in Coq to support type safety proofs for a new foundation for Scala's type system | 62 |