Expand a flattened object to be a standard nested Object by converting all dot-notation keys to inner objects. Only simple objects will be expanded. Other Object types like class instances will be retained as-is.
The object to expand
An expanded object
Expand a flattened object to be a standard nested Object by converting all dot-notation keys to inner objects. Only simple objects will be expanded. Other Object types like class instances will be retained as-is.