Package org.apache.tapestry5.json

Repackaged, improved (and tested) version of code originally from json.org

See:
          Description

Interface Summary
JSONString An interface that allows an object to be stored as a JSONObject or JSONArray value.
 

Class Summary
JSONArray A JSONArray is an ordered sequence of values.
JSONCollection Base class for JSONArray and JSONObject that exists to organize the code for printing such objects (either compact or pretty).
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.
 

Package org.apache.tapestry5.json Description

Repackaged, improved (and tested) version of code originally from json.org



Copyright © 2003-2012 The Apache Software Foundation.