Gets or sets a flag to indicate whether to write the Json.NET array attribute.
This attribute helps preserve arrays when converting the written XML back to JSON.

Declaration Syntax
public bool WriteArrayAttribute { get; set; }
Public Property WriteArrayAttribute As Boolean
Get
Set
public:
property bool WriteArrayAttribute {
bool get ();
void set (bool value);
}
Value
true if the array attibute is written to the XML; otherwise, false.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)