Package io.kjson
See: Description
-
Class Summary Class Description Builder JSONArray A JSON array. JSONBoolean A JSON boolean value. 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). Builder JSONObject A JSON object. JSONString A JSON string value. -
Interface Summary Interface Description JSONValue Interface to represent a JSON value.