Json.NET - Quick Starts & API Documentation
Next Property
NamespacesNewtonsoft.Json.LinqJTokenNext
Gets the next sibling token of this node.
Declaration Syntax
C#Visual BasicVisual C++
public JToken Next { get; internal set; }
Public Property Next As JToken
public:
property JToken^ Next {
	JToken^ get ();
	void set (JToken^ value);
}
Value
The JToken that contains the next sibling token.

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