Click or drag to resize
JsonDynamicAddArray Method
Adds an empty array to the end of the array and returns its instance.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public JsonDynamic AddArray()

Return Value

Type: JsonDynamic
The added array as dynamic.
Exceptions
ExceptionCondition
InvalidCastExceptionIf this object does not wrap JsonArray.
See Also