| Package | Description |
|---|---|
| org.apache.wicket.ajax | |
| org.apache.wicket.ajax.json |
| Class and Description |
|---|
| JSONException
Thrown to indicate a problem with the JSON API.
|
| JSONObject
A modifiable set of name/value mappings.
|
| Class and Description |
|---|
| JSONArray
A dense indexed sequence of values.
|
| JSONException
Thrown to indicate a problem with the JSON API.
|
| JSONObject
A modifiable set of name/value mappings.
|
| JSONString
The
JSONString interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString(), JSONArray.toString(),
and JSONWriter.value(Object). |
| JSONStringer
Implements
JSONObject.toString() and JSONArray.toString(). |
| JSONTokener
Parses a JSON (RFC 4627) encoded string into
the corresponding object.
|
| JSONWriter
Deprecated.
since 6.27.0/7.7.0 for legal reasons. Use
JSONStringer instead. |
| XMLTokener
Deprecated.
since 6.27.0/7.7.0 for legal reasons.
|
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.