Create an DataMap from a JSON String
Create an DataMap from a JSON String
JSON String. eg """{ "a": 1, "b": "foo" }"""
a new DataMap initialized by a JSON string
Create an DataMap from a JObject
Create an DataMap from a JObject
JObject
a new DataMap initialized by a JObject
Create an DataMap from a Map of String to JValue
Create an DataMap from a Map of String to JValue
a Map of String to JValue
a new DataMap initialized by fields
Create an empty DataMap
Create an empty DataMap
an empty DataMap
Companion object of the DataMap class