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 BasicVisual 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.5.0.0 (4.5.5.14908)