Uses of Class
org.apache.tapestry5.json.JSONCollection
-
Packages that use JSONCollection Package Description org.apache.tapestry5.json Repackaged, improved (and tested) version of code originally https://github.com/tdunning/open-json Starting in release 5.4,JSONObject
andJSONArray
are serializable. -
-
Uses of JSONCollection in org.apache.tapestry5.json
Subclasses of JSONCollection in org.apache.tapestry5.json Modifier and Type Class Description class
JSONArray
A dense indexed sequence of values.class
JSONObject
A modifiable set of name/value mappings.
-