Convert a simple object into a Map instance.
Map
Property values that are themselves objects will be converted into Map instances as well.
a simple object
a Map with string keys; nested Map objects are also handled
Util.Objects.stringMapToObject for the reverse conversion
Generated using TypeDoc
Convert a simple object into a
Map
instance.Property values that are themselves objects will be converted into
Map
instances as well.