<init>(content: Map<String, JsonElement>)
(common, js, native)
Class representing JSON object, consisting of name-value pairs, where value is arbitrary JsonElement
Since this class also implements Map interface, you can use traditional methods like Map.get or Map.getValue to obtain Json elements.
(jvm)Class representing JSON object, consisting of name-value pairs, where value is arbitrary JsonElement
Since this class also implements Map interface, you can use traditional methods like Map.get or Map.getValue to obtain Json elements.