std.json.JsonArray.SetObject - nitrologic/monkey2 GitHub Wiki
std::std.json.std.json.JsonArray.SetObject
monkey:monkey.types.Int,value:std:std.collections.StringMap<std:std.json.JsonValue> )
Method SetObject:Void( index:Sets an array element.
Sets the json value at index
to value
.
Parameters | |
---|---|
index |
index Array index. |
value |
value Value to set. |