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 BasicVisual 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.0.2.0 (4.0.2.13929)