Click or drag to resize
JsonObjectAddArray Method
Adds an empty array member and returns its instance.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public JsonArray AddArray(
	string key
)

Parameters

key
Type: SystemString
The key of the array to add.

Return Value

Type: JsonArray
The added array.
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
ArgumentExceptionAn property with the same key already exists.
See Also