Uses of Interface
org.apache.tapestry5.json.JSONString
-
Packages that use JSONString 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 JSONString in org.apache.tapestry5.json
Classes in org.apache.tapestry5.json that implement JSONString Modifier and Type Class Description class
JSONLiteral
A way of including some text (often, text that violates the normal JSON specification) as part of a JSON object or array.
-