JsonDynamicAdd Method (JsonValue) |
Adds an items to the end of the array.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax public void Add(
JsonValue item
)
Public Sub Add (
item As JsonValue
)
Parameters
- item
- Type: Dextronet.JsonieJsonValue
Value to add.
Exceptions See Also