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.
Parse, check and traverse javascript objects via string path
Vue.set with dot notation support (`'a.b.c'`) paths.
Set nested properties on an object using dot notation.
A lightweight utility to flatten nested JavaScript objects into dot-notation key-value pairs and unflatten them back. Perfect for handling complex configurations, form data, or API transformations.
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