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