Skip to content

Std json jsonarray setobject

std:std.json.JsonArray.SetObject

Method SetObject:Void( index:Int,value:StringMap<JsonValue> )#

Sets an array element.

Sets the json value at index to value.

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