JsonArray
An array in json
Since
0.1.0
Inheritors
Types
Link copied to clipboard
class JsonArrayImplementation(value: List<JsonElement>) : ListBase<JsonElement, JsonArray, MutableJsonArray> , JsonArray
Implementation of JsonArray
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
Create a new MutableCollection from this Collection.