Previous Property

Json.NET

Json.NET - Quick Starts & API Documentation Previous Property
NamespacesNewtonsoft.Json.LinqJTokenPrevious
Gets the previous sibling token of this node.
Declaration Syntax
C# Visual Basic Visual C++
public JToken Previous { get; }
Public ReadOnly Property Previous As JToken
	Get
public:
property JToken^ Previous {
	JToken^ get ();
}
Value
The JToken that contains the previous sibling token.

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