Object Helpers
Utility functions for working with objects.
Functions
| Function | Description |
|---|---|
deepClone | Creates a deep copy of an object or array |
deepCompare | Deep comparison of two objects that returns detailed information about differences. |
deepMerge | Merges two or more objects deeply |
get | Gets a value from an object using a dot-notated path |
quickCompare | Quick comparison of two objects using JSON.stringify. |
removeUndefinedNull | Remove null and undefined values from an object. |
set | Sets a value in an object using a dot-notated path |