Package org.apache.wicket.ajax.json

Interface Summary
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).
 

Class Summary
CDL Deprecated. since 6.27.0/7.7.0 for legal reasons.
Cookie Deprecated. since 6.27.0/7.7.0 for legal reasons.
CookieList Deprecated. since 6.27.0/7.7.0 for legal reasons.
HTTP Deprecated. since 6.27.0/7.7.0 for legal reasons.
HTTPTokener Deprecated. since 6.27.0/7.7.0 for legal reasons.
JSONArray A dense indexed sequence of values.
JsonConstants This class is used to provide a unified constant information like exceptions
JsonFunction Represents a Json function.
JSONML Deprecated. since 6.27.0/7.7.0 for legal reasons.
JSONObject A modifiable set of name/value mappings.
JsonSequenceStringer Deprecated. since 6.27.0/7.7.0 for legal reasons.
JSONStringer Implements JSONObject.toString() and JSONArray.toString().
JSONTokener Parses a JSON (RFC 4627) encoded string into the corresponding object.
JsonUtils  
JSONWriter Deprecated. since 6.27.0/7.7.0 for legal reasons.
XML Deprecated. since 6.27.0/7.7.0 for legal reasons.
XMLTokener Deprecated. since 6.27.0/7.7.0 for legal reasons.
 

Exception Summary
JSONException Thrown to indicate a problem with the JSON API.
 



Copyright © 2006–2020 Apache Software Foundation. All rights reserved.