JSONString | The JSONString interface allows a toJSONString() method so that a class can change the
behavior of JSONObject.toString() , JSONArray.toString() , and
JSONWriter.value( Object) . |
code | html |
JSONArray | A JSONArray is an ordered sequence of values. | code | html |
JSONObject | A JSONObject is an unordered collection of name/value pairs. | code | html |
JSONObject.Null | JSONObject.NULL is equivalent to the value that JavaScript calls null, whilst Java's null is equivalent to the value that JavaScript calls undefined. | code | html |
JSONTokener | A JSONTokener takes a source string and extracts characters and tokens from it. | code | html |