Package org.apache.tapestry5.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.
JSONLiteral A way of including some text (often, text that violates the normal JSON specification) as part of a JSON object or array.
JSONObject A JSONObject is an unordered collection of name/value pairs.
 



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