Skip to content

Std json jsonarray opidxeq

std:std.json.JsonArray.Operator []=

Operator []=:Void( index:Int,value:JsonValue )#

Sets the json value at an index.

Sets the json value at index to value, or does nothing if index is out of range.

Parameters
index index The index.
value value The json value to store at index.