Convert a Map into a simple object.
Map
The keys are assumed to be strings. Values that are themselves Map instances will be converted to simple objects as well.
a Map with string keys; nested Map objects are also handled
a simple object
Util.Objects.objectToStringMap for the reverse conversion
Generated using TypeDoc
Convert a
Map
into a simple object.The keys are assumed to be strings. Values that are themselves
Map
instances will be converted to simple objects as well.