Package-level declarations
Types
An array in json
A json representation of a boolean value
A json representation of double values
A JsonElement represents all elements of json
A json representation of integer values
A json representation of a null value
An object in json
A json primitive (String (JsonStringElement), Integer (JsonIntegerElement), Double (JsonDoubleElement)
A json representation of string values
A mutable array in json
A mutable object in json
Functions
Create an empty JsonArray
Create a JsonArray out of JsonElements
Create a JsonArray out of anonymous values
Create a JsonArray out of a Collection of JsonElements
Create a JsonArray out of a Collection of anonymous values
Create an empty JsonObject
Create a JsonObject out of JsonElements
Create a JsonObject out of anonymous values
Create a JsonObject out of a Map of JsonElements
Create a JsonObject out of a Map of anonymous values
Create an empty MutableJsonArray
Create a MutableJsonArray out of JsonElements
Create a MutableJsonArray out of anonymous values
Create a MutableJsonArray out of a Collection of JsonElements
Create a MutableJsonArray out of a Collection of anonymous values
Create an empty MutableJsonObject
Create a MutableJsonObject out of JsonElements
Create a MutableJsonObject out of anonymous values
Create a MutableJsonObject out of a Map of JsonElements
Create a JsonObject out of a Map of anonymous values