set-value
Set nested properties on an object using dot notation.
deep-object-key-alternator
deepObjectKeyAlternator is a versatile utility function that allows you to recursively parse an object or array of objects, applying a key mapping to rename object keys. It's particularly handy when you need to transform the structure of nested objects wh
vue-set-value
Vue.set with dot notation support (`'a.b.c'`) paths.