Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json.Linq
JArray Class
JArray Methods
Add Method
Add Method (JToken)
JArray
Add Method (JToken)
Adds an item to the
JArray
.
Namespace:
Newtonsoft.Json.Linq
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
void
Add
(
JToken
item
)
Parameters
item
Type:
Newtonsoft.Json.Linq
JToken
The object to add to the
JArray
.
Implements
ICollection
T
Add(T)
See Also
Reference
JArray Class
Add Overload
Newtonsoft.Json.Linq Namespace
Json.NET Home