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

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

Return Value

Type: JsonArray
The added array.
See Also