Uses of Class
org.apache.wicket.ajax.json.JSONTokener

Packages that use JSONTokener
org.apache.wicket.ajax.json   
 

Uses of JSONTokener in org.apache.wicket.ajax.json
 

Subclasses of JSONTokener in org.apache.wicket.ajax.json
 class HTTPTokener
          Deprecated. since 6.27.0/7.7.0 for legal reasons.
 class XMLTokener
          Deprecated. since 6.27.0/7.7.0 for legal reasons.
 

Methods in org.apache.wicket.ajax.json with parameters of type JSONTokener
static JSONArray CDL.rowToJSONArray(JSONTokener x)
          Deprecated.  
static JSONObject CDL.rowToJSONObject(JSONArray names, JSONTokener x)
          Deprecated.  
static JSONArray CDL.toJSONArray(JSONArray names, JSONTokener x)
          Deprecated.  
static JSONArray CDL.toJSONArray(JSONTokener x)
          Deprecated.  
 

Constructors in org.apache.wicket.ajax.json with parameters of type JSONTokener
JSONArray(JSONTokener readFrom)
          Creates a new JSONArray with values from the next array in the tokener.
JSONObject(JSONTokener readFrom)
          Creates a new JSONObject with name/value mappings from the next object in the tokener.
 



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