_.zipObjectDeep([])
_.zipObjectDeep([props=[]], [values=[]])
This method is like _.zipObject except that it supports property paths.
Arguments
[props=[]] (Array): The property identifiers.
[values=[]] (Array): The property values.
Returns
(Object): Returns the new object.