WriteArrayAttribute Property

Json.NET

Json.NET - Quick Starts & API Documentation WriteArrayAttribute Property
NamespacesNewtonsoft.Json.ConvertersXmlNodeConverterWriteArrayAttribute
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
C# Visual Basic Visual C++
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.0.2.0 (4.0.2.13623)