MutableDictionary

expect constructor()(source)

Construct a new empty Dictionary object.


expect constructor(data: Map<String, Any?>)(source)

Creates a new MutableDictionary with content from the passed Map. Allowed value types are List, Instant, Map, Number, null, String, Array, Blob, and Dictionary. If present, Lists, Arrays, Maps and Dictionaries may contain only the above types.

Parameters

data

the dictionary content map.


expect constructor(json: String)(source)

Creates a new MutableDictionary with content from the passed JSON string.

Parameters

json

the dictionary content as a JSON string.

actual constructor()(source)
actual constructor(data: Map<String, Any?>)(source)
actual constructor(json: String)(source)
actual constructor()(source)
actual constructor(data: Map<String, Any?>)(source)
actual constructor(json: String)(source)