Click or drag to resize
JsonDynamicAddObject 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 JsonDynamic AddObject()

Return Value

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