- getArray(String) - Method in class com.xdestx.json.JSONObject
-
Retrieve an array from the Key.
- getBoolean(String) - Method in class com.xdestx.json.JSONObject
-
Retrieve a boolean from the Key.
- getNumber(String) - Method in class com.xdestx.json.JSONObject
-
Retrieve a Number from the Key.
- getObject(String) - Method in class com.xdestx.json.JSONObject
-
Retrieve a JSONObject from the key.
- getString(String) - Method in class com.xdestx.json.JSONObject
-
Retrieve a String from the Key.
- getValue() - Method in class com.xdestx.json.JBoolean
-
Get the boolean value of this object
- getValue() - Method in class com.xdestx.json.JNumber
-
Retrieve the value of this number
- getValue() - Method in class com.xdestx.json.JString
-
Retrieve the String value of this object