Click or drag to resize
JsonDynamicAdd Method (JsonValue)
Adds an items to the end of the array.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public void Add(
	JsonValue item
)

Parameters

item
Type: Dextronet.JsonieJsonValue
Value to add.
Exceptions
ExceptionCondition
InvalidCastExceptionIf this object does not wrap JsonArray.
See Also