|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSON | |
---|---|
net.sf.json | the core of the library |
Uses of JSON in net.sf.json |
---|
Classes in net.sf.json that implement JSON | |
---|---|
class |
JSONArray
A JSONArray is an ordered sequence of values. |
class |
JSONNull
JSONNull is equivalent to the value that JavaScript calls null, whilst Java's null is equivalent to the value that JavaScript calls undefined. |
class |
JSONObject
A JSONObject is an unordered collection of name/value pairs. |
Methods in net.sf.json that return JSON | |
---|---|
static JSON |
JSONSerializer.toJSON(java.lang.Object object)
Creates a JSONObject, JSONArray or a JSONNull from object. |
Methods in net.sf.json with parameters of type JSON | |
---|---|
JSONArray |
JSONArray.put(JSON value)
Append an JSON value. |
java.lang.Object |
JSONSerializer.toJava(JSON json)
Transform a JSON value to a java object. Depending on the configured values for conversion this will return a DynaBean, a bean, a List, or and array. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |