Root Property From Json.NET previous page next page Json.NET - Quick Starts & API Documentation Root Property Namespaces ► Newtonsoft.Json.Linq ► JToken ► Root C# Visual Basic Visual C++ 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) previous page start next page