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