org.jboss.portal.theme.impl.render.dynamic.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. |
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. |
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. |