List<Json> |
Json.getArray() |
Used to get the array value of this JSON object, if it was itself, an array.
|
boolean |
Json.getBoolean() |
Used to get the boolean value of this JSON object, if it was itself, a boolean.
|
double |
Json.getDouble() |
Used to get the double value of this JSON object, if it was itself, a double.
|
Json |
Json.getJSONObject() |
Used to get the Object value of this JSON object, if it was itself, an Object.
|
long |
Json.getLong() |
Used to get the long value of this JSON object, if it was itself, a long.
|
String |
Json.getString() |
Used to get the string value of this JSON object, if it was itself, a string.
|