Std json jsonarray setarray
std:std.json.JsonArray.SetArray
Method SetArray:Void( index:Int,value:JsonValue[] )#
Method SetArray:Void( index:Int,value:Stack<JsonValue> )#
Sets an array element.
Sets the json value at index
to value
.
Parameters | |
---|---|
index |
index Array index. |
value |
value Value to set. |