[Top]
Tools
Tools.JSON
Tools.JSON.JSONArray
|
Method Tools.JSON.JSONArray()->optJSONObject()
- Method
optJSONObject
-
JSONObject optJSONObject(int i)
- Description
-
Get the optional JSONObject associated with an index.
Null is returned if the key is not found, or null if the index has
no value, or if the value is not a JSONObject.
- Parameter i
-
index subscript
- Returns
-
A JSONObject value
|