Package org.apache.tapestry.json

Interface Summary
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).
 

Class Summary
JSONArray A JSONArray is an ordered sequence of values.
JSONObject A JSONObject is an unordered collection of name/value pairs.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.