ReadRootValueAsArray Property

Json.NET

Json.NET - Quick Starts & API Documentation ReadRootValueAsArray Property
NamespacesNewtonsoft.Json.BsonBsonReaderReadRootValueAsArray
Gets or sets a value indicating whether the root object will be read as a JSON array.
Declaration Syntax
C# Visual Basic Visual C++
public bool ReadRootValueAsArray { get; set; }
Public Property ReadRootValueAsArray As Boolean
	Get
	Set
public:
property bool ReadRootValueAsArray {
	bool get ();
	void set (bool value);
}
Value
true if the root object will be read as a JSON array; otherwise, false.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)