MutableJsonObject
interface MutableJsonObject : JsonObject, MutableMapType<String, JsonElement, JsonObject, MutableJsonObject> (source)
A mutable object in json
Since
0.1.0
Inheritors
Types
Link copied to clipboard
class MutableJsonObjectImplementation(value: MutableMap<String, JsonElement>) : MutableMapBase<String, JsonElement, JsonObject, MutableJsonObject> , MutableJsonObject
Implementation of MutableJsonObject
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Is the JsonElement a JsonArray?
Link copied to clipboard
Is the JsonElement a JsonBooleanElement?
Link copied to clipboard
Is the JsonElement a JsonDoubleElement?
Link copied to clipboard
Is the JsonElement a JsonIntegerElement?
Link copied to clipboard
Is the JsonElement a JsonNullElement?
Link copied to clipboard
Is the JsonElement a JsonObject?
Link copied to clipboard
Is the JsonElement a JsonPrimitive?
Link copied to clipboard
Is the JsonElement a JsonStringElement?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Cast the JsonElement to a JsonArray
Link copied to clipboard
Cast the JsonElement to a JsonBooleanElement
Link copied to clipboard
Cast the JsonElement to a JsonDoubleElement
Link copied to clipboard
Cast the JsonElement to a JsonIntegerElement
Link copied to clipboard
Cast the JsonElement to a JsonNullElement
Link copied to clipboard
Cast the JsonElement to a JsonObject
Link copied to clipboard
Cast the JsonElement to a JsonPrimitive
Link copied to clipboard
Cast the JsonElement to a JsonStringElement
Link copied to clipboard
Create a new map from this map
Link copied to clipboard
Create a mutable map from this map