Click or drag to resize
JsonArrayAddObject Method
Adds an empty object and returns its instance.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public JsonObject AddObject()

Return Value

Type: JsonObject
The added object.
See Also