public final class JsonConversionUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
fromJson(org.json.JSONObject obj) |
static org.json.JSONObject |
fromRequest(javax.servlet.http.HttpServletRequest request) |
static boolean |
isAllLiterals(org.json.JSONArray jsonArr) |
public static org.json.JSONObject fromRequest(javax.servlet.http.HttpServletRequest request)
throws org.json.JSONException
org.json.JSONExceptionpublic static Map<String,String> fromJson(org.json.JSONObject obj) throws org.json.JSONException
org.json.JSONExceptionpublic static boolean isAllLiterals(org.json.JSONArray jsonArr)
throws org.json.JSONException
org.json.JSONExceptionCopyright © 2007-2012. All Rights Reserved.