Package com.github.openjson
-
Interface Summary Interface Description JSONString TheJSONString
interface allows atoJSONString()
method so that a class can change the behavior ofJSONObject.toString()
,JSONArray.toString()
, andJSONWriter.value(
Object)
. -
Class Summary Class Description JSON JSONArray A dense indexed sequence of values.JSONObject A modifiable set of name/value mappings.JSONStringer ImplementsJSONObject.toString()
andJSONArray.toString()
.JSONTokener Parses a JSON (RFC 4627) encoded string into the corresponding object. -
Enum Summary Enum Description JSONStringer.Scope Lexical scoping elements within this stringer, necessary to insert the appropriate separator characters (ie. -
Exception Summary Exception Description JSONException Thrown to indicate a problem with the JSON API.