Package org.apache.tapestry5.json
package org.apache.tapestry5.json
Repackaged, improved (and tested) version of code originally https://github.com/tdunning/open-json
Starting in release 5.4,
JSONObject
and JSONArray
are serializable.-
ClassDescriptionA dense indexed sequence of values.Base class for
JSONArray
andJSONObject
that exists to organize the code for printing such objects (either compact or pretty).A way of including some text (often, text that violates the normal JSON specification) as part of a JSON object or array.A modifiable set of name/value mappings.An interface that allows an object to be stored as aJSONObject
orJSONArray
value.Represents the different data types supported by JSON.