org.apache.wink.providers.json
Class JSONUtils

java.lang.Object
  extended by org.apache.wink.providers.json.JSONUtils

public class JSONUtils
extends Object


Constructor Summary
JSONUtils()
           
 
Method Summary
static boolean equals(org.json.JSONArray expected, org.json.JSONArray actual)
           
static boolean equals(org.json.JSONObject expected, org.json.JSONObject actual)
           
static org.json.JSONObject objectForString(String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONUtils

public JSONUtils()
Method Detail

objectForString

public static org.json.JSONObject objectForString(String input)
                                           throws org.json.JSONException
Throws:
org.json.JSONException

equals

public static boolean equals(org.json.JSONObject expected,
                             org.json.JSONObject actual)

equals

public static boolean equals(org.json.JSONArray expected,
                             org.json.JSONArray actual)


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.