Skip to content

Std json jsonarray setbool

std:std.json.JsonArray.SetBool

Method SetBool:Void( index:Int,value:Bool )#

Sets an array element.

Sets the json value at index to value.

Parameters
index index Array index.
value value Value to set.