std.json.JsonArray.GetBool - nitrologic/monkey2 GitHub Wiki
std::std.json.std.json.JsonArray.GetBool
monkey:monkey.types.Bool( index:monkey:monkey.types.Int )
Method GetBool: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. |