fromMap

fun fromMap(map: Map<*, *>): DataObject

Converts a Map to the supported DataObject type.

Keys should be Strings. Unsupported values are replaced with DataItem.NULL

Return

DataObject containing all key value pairs as wrapped by DataItem

Parameters

map

The map of key value pairs