Json.NET - Quick Starts & API Documentation
WriteArrayAttribute Property
Namespaces ► Newtonsoft.Json.Converters ► XmlNodeConverter ► WriteArrayAttribute
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
Value
true if the array attibute is written to the XML; otherwise, false.