Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.apache.tapestry5.json Classes and Interfaces - 6 results found.
| Name | Description | Type | Package | Framework |
| JSONArray | A JSONArray is an ordered sequence of values. | Class | org.apache.tapestry5.json | Apache Tapestry |
|
| JSONCollection | Base class for JSONArray and JSONObject that exists to organize the code for printing such objects (either compact or pretty). | Class | org.apache.tapestry5.json | Apache Tapestry |
|
| JSONLiteral | A way of including some text (often, text that violates the normal JSON specification) as part of a JSON object or array. | Class | org.apache.tapestry5.json | Apache Tapestry |
|
| JSONModule | A module that integrates JSON into Tapestry in terms of type coercions. | Class | org.apache.tapestry5.json.services | Apache Tapestry |
|
| JSONObject | A JSONObject is an unordered collection of name/value pairs. | Class | org.apache.tapestry5.json | Apache Tapestry |
|
| JSONString | An interface that allows an object to be stored as a JSONObject or JSONArray value. | Interface | org.apache.tapestry5.json | Apache Tapestry |