Std json jsonarray getbool
std:std.json.JsonArray.GetBool
Method GetBool:Bool( index:Int )#
Gets a bool array element.
Returns the bool value at index, or false if index is out of range or the value at index is not a bool.
| Parameters | |
|---|---|
index |
index Array index. |