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