JsonArrayImplementation
class JsonArrayImplementation(value: List<JsonElement>) : ListBase<JsonElement, JsonArray, MutableJsonArray> , JsonArray(source)
Implementation of JsonArray
Since
0.1.0
Properties
Functions
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
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
Creates a new MutableJsonArray from the JsonArray
Link copied to clipboard
Override toString to generate via JSON.stringify