org.apache.wicket.ajax.json
Class JSONML

java.lang.Object
  extended by org.apache.wicket.ajax.json.JSONML

Deprecated. since 6.27.0/7.7.0 for legal reasons.

@Deprecated
public class JSONML
extends Object


Constructor Summary
JSONML()
          Deprecated.  
 
Method Summary
static JSONArray toJSONArray(String string)
          Deprecated.  
static JSONArray toJSONArray(XMLTokener x)
          Deprecated.  
static JSONObject toJSONObject(String string)
          Deprecated.  
static JSONObject toJSONObject(XMLTokener x)
          Deprecated.  
static String toString(JSONArray ja)
          Deprecated.  
static String toString(JSONObject jo)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONML

public JSONML()
Deprecated. 
Method Detail

toJSONArray

public static JSONArray toJSONArray(String string)
                             throws JSONException
Deprecated. 
Throws:
JSONException

toJSONArray

public static JSONArray toJSONArray(XMLTokener x)
                             throws JSONException
Deprecated. 
Throws:
JSONException

toJSONObject

public static JSONObject toJSONObject(XMLTokener x)
                               throws JSONException
Deprecated. 
Throws:
JSONException

toJSONObject

public static JSONObject toJSONObject(String string)
                               throws JSONException
Deprecated. 
Throws:
JSONException

toString

public static String toString(JSONArray ja)
                       throws JSONException
Deprecated. 
Throws:
JSONException

toString

public static String toString(JSONObject jo)
                       throws JSONException
Deprecated. 
Throws:
JSONException


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