Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json.Linq
JToken Class
JToken Properties
EqualityComparer Property
First Property
HasValues Property
Item Property
Last Property
Next Property
Parent Property
Path Property
Previous Property
Root Property
Type Property
JToken
Root Property
Gets the root
JToken
of this
JToken
.
Namespace:
Newtonsoft.Json.Linq
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
JToken
Root
{
get
; }
Property Value
Type:
JToken
The root
JToken
of this
JToken
.
See Also
Reference
JToken Class
Newtonsoft.Json.Linq Namespace
Json.NET Home