Package io.kjson
See: Description
-
Class Summary Class Description Builder JSONArray A JSON array. JSONDecimal A JSON decimal value - that is, a JSON number that is not an integer. JSONException A base exception class for JSON errors. JSONInt A JSON integer value (up to 32 bits). JSONLong A JSON long integer value (more than 32 bits but not more than 64 bits). JSONNumberValue An abstract base class for the three number types of JSON value. Builder JSONObject A JSON object. JSONString A JSON string value. -
Enum Summary Enum Description JSONBoolean A JSON boolean value. -
Interface Summary Interface Description JSONValue Interface to represent a JSON value.