org.jboss.portal.widget.netvibes.json |
|
Java Source File Name | Type | Comment |
JSONArray.java | Class | A JSONArray is an ordered sequence of values. |
JSONException.java | Class | The JSONException is thrown by the JSON.org classes then things are amiss. |
JSONObject.java | Class | A JSONObject is an unordered collection of name/value pairs. |
JSONObjectWrapper.java | Class | |
JSONString.java | Interface | The JSONString interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString() , JSONArray.toString() ,
and JSONWriter.value( Object) . |
JSONStringer.java | Class | JSONStringer provides a quick and convenient way of producing JSON text.
The texts produced strictly conform to JSON syntax rules. |
JSONTokener.java | Class | A JSONTokener takes a source string and extracts characters and tokens from
it. |
JSONWriter.java | Class | JSONWriter provides a quick and convenient way of producing JSON text.
The texts produced strictly conform to JSON syntax rules. |