public class JsonUtils extends Object
| Constructor and Description |
|---|
JsonUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
getBooleanValue(org.json.JSONObject jsonObject,
String property) |
static Double |
getDoubleValue(org.json.JSONObject jsonObject,
String property) |
static Integer |
getIntegerValue(org.json.JSONObject jsonObject,
String property) |
static org.json.JSONObject |
getJsonValue(org.json.JSONObject jsonObject,
String property) |
static String |
getStringValue(org.json.JSONObject jsonObject,
String property) |
public static Integer getIntegerValue(org.json.JSONObject jsonObject, String property)
public static Boolean getBooleanValue(org.json.JSONObject jsonObject, String property)
public static org.json.JSONObject getJsonValue(org.json.JSONObject jsonObject,
String property)
Copyright © 2014. All rights reserved.