[Top]
Tools
Tools.JSON
Tools.JSON.JSONArray
|
Method Tools.JSON.JSONArray()->optInt()
- Method
optInt
-
int optInt(int i)
- Description
-
Get the optional int value associated with an index.
The defaultValue is returned if the index is not found,
or if the value is not a number and cannot be converted to a number.
- Parameter i
-
index subscript
- Returns
-
The int value object
|