Skip to content

Std json jsonobject setarray

std:std.json.JsonObject.SetArray

Method SetArray:Void( key:String,value:JsonValue[] )#
Method SetArray:Void( key:String,value:Stack<JsonValue> )#

Sets a key to a value.

Sets the value associated with key in the object.

Any previous value associated with key is overwritten.

Parameters
key key Object key.
value value Value to set.