A  B  C  D  E  F  G  H  I  J  L  O  P  S  T 

J

JSON - class in io.kjson
JSON core library - a set of functions to assist with the creation and output of JSON data.
JSONArray - class in io.kjson
A JSON array.
JSONArray.Builder - class in io.kjson.JSONArray
 
JSONArray.Companion - class in io.kjson.JSONArray
 
JSONBoolean - class in io.kjson
A JSON boolean value.
JSONBoolean.Companion - class in io.kjson.JSONBoolean
 
JSONDecimal - class in io.kjson
A JSON decimal value - that is, a JSON number that is not an integer.
JSONDecimal.Companion - class in io.kjson.JSONDecimal
 
JSONException - class in io.kjson
A base exception class for JSON errors.
JSONInt - class in io.kjson
A JSON integer value (up to 32 bits).
JSONInt.Companion - class in io.kjson.JSONInt
 
JSONLong - class in io.kjson
A JSON long integer value (more than 32 bits but not more than 64 bits).
JSONLong.Companion - class in io.kjson.JSONLong
 
JSONNumberValue - class in io.kjson
An abstract base class for the three number types of JSON value.
JSONObject - class in io.kjson
A JSON object.
JSONObject.Builder - class in io.kjson.JSONObject
 
JSONObject.Companion - class in io.kjson.JSONObject
 
JSONPrimitive - class in io.kjson
A sealed interface to specify the JSONValue classes that represent primitive values (that is, not structures).
JSONString - class in io.kjson
A JSON string value.
JSONString.Companion - class in io.kjson.JSONString
 
JSONStructure - class in io.kjson
A sealed interface to specify the JSONValue classes that represent structured types (array and object).
JSONValue - class in io.kjson
Interface to represent a JSON value.
A  B  C  D  E  F  G  H  I  J  L  O  P  S  T