[Top]
Tools
Tools.JSON
Tools.JSON.JSONArray
|
Method Tools.JSON.JSONArray()->getBoolean()
- Method
getBoolean
-
int(0..1) getBoolean(int i)
- Description
-
Get the boolean value associated with an index.
The string values "true" and "false" are converted to boolean.
- Parameter i
-
index subscript
- Returns
-
The truth
|