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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)