Jsonie Documentation
Jsonie Documentation
API Reference
Dextronet.Jsonie
JsonArray Class
JsonArray Methods
Add Method
AddArray Method
AddObject Method
AddRange Method
Clear Method
Contains Method
CopyTo Method
Equals Method
GetEnumerator Method
GetHashCode Method
IndexOf Method
Insert Method
InsertArray Method
InsertObject Method
InsertRange Method
Remove Method
RemoveAt Method
JsonArray
Add Method
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
C#
VB
Copy
public
void
Add
(
JsonValue
item
)
Public
Sub
Add
(
item
As
JsonValue
)
Parameters
item
Type:
Dextronet.Jsonie
JsonValue
Value to add.
Implements
ICollection
T
Add(T)
See Also
Reference
JsonArray Class
Dextronet.Jsonie Namespace
Jsonie Home