OmitRootObject Property

Json.NET

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

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