Gets or sets a value indicating whether to write the root JSON object.

Declaration Syntax
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)