Sets multiple values deep within a nested object using dot notation paths.
Efficiently sets multiple nested properties in a single call. Each entry is processed
sequentially, and if any entry fails, an error is thrown immediately. Use this when
you need to initialize or update multiple nested properties at once, such as building
configuration objects or setting multiple metrics.
Sets multiple values deep within a nested object using dot notation paths.
Efficiently sets multiple nested properties in a single call. Each entry is processed sequentially, and if any entry fails, an error is thrown immediately. Use this when you need to initialize or update multiple nested properties at once, such as building configuration objects or setting multiple metrics.