Root Property

Json.NET

Json.NET - Quick Starts & API Documentation Root Property
NamespacesNewtonsoft.Json.LinqJTokenRoot
Gets the root JToken of this JToken.
Declaration Syntax
C# Visual Basic Visual C++
public JToken Root { get; }
Public ReadOnly Property Root As JToken
	Get
public:
property JToken^ Root {
	JToken^ get ();
}
Value
The root JToken of this JToken.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)