set-value
Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.
Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.
Vue.set with dot notation support (`'a.b.c'`) paths.
Set deep property by key chaining and manipulate given object.
Set-like structure with custom keying method
Comprehensive utility library for advanced object manipulation in JavaScript: deep get/set, clone, merge, flatten, and more. Ideal for Node.js and browser projects as a lightweight lodash alternative.
Set nested properties on an object using dot notation.