Uses of Package
net.sf.json

Packages that use net.sf.json
net.sf.json the core of the library 
net.sf.json.util Miscelaneous utilities 
net.sf.json.xml Utilities for trasforming JSON to XML and back. 
 

Classes in net.sf.json used by net.sf.json
JSON
           
JSONArray
          A JSONArray is an ordered sequence of values.
JSONFunction
          JSONFunction represents a javaScript function's text.
JSONNull
          JSONNull is equivalent to the value that JavaScript calls null, whilst Java's null is equivalent to the value that JavaScript calls undefined.
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
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).
 

Classes in net.sf.json used by net.sf.json.util
JSONArray
          A JSONArray is an ordered sequence of values.
JSONException
          The JSONException is thrown by the JSON.org classes then things are amiss.
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
 

Classes in net.sf.json used by net.sf.json.xml
JSONArray
          A JSONArray is an ordered sequence of values.
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
 



Copyright © 2006 null. All Rights Reserved.