JsonArrayAddObject Method |
Adds an empty object and returns its instance.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax public JsonObject AddObject()
Public Function AddObject As JsonObject
Return Value
Type:
JsonObjectThe added object.
See Also