std.json.JsonArray.OpIdxeq - nitrologic/monkey2 GitHub Wiki
std::std.json.std.json.JsonArray.Operator []=
monkey:monkey.types.Int,value:std:std.json.JsonValue )
Operator []=:Void( index: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 . |