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,JSONObjectandJSONArrayare serializable. -
-
Uses of JSONCollection in org.apache.tapestry5.json
Subclasses of JSONCollection in org.apache.tapestry5.json Modifier and Type Class Description classJSONArrayA dense indexed sequence of values.classJSONObjectA modifiable set of name/value mappings.
-