MutableJsonArray
interface MutableJsonArray : JsonArray, MutableListType<JsonElement, JsonArray, MutableJsonArray> (source)
A mutable array in json
Since
0.1.0
Inheritors
Types
Link copied to clipboard
class MutableJsonArrayImplementation(value: MutableList<JsonElement>) : MutableListBase<JsonElement, JsonArray, MutableJsonArray> , MutableJsonArray
Implementation of MutableJsonArrayImplementation
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
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 MutableCollection from this Collection.