ItemConverter Property

Json.NET

Json.NET - Quick Starts & API Documentation ItemConverter Property
NamespacesNewtonsoft.Json.SerializationJsonPropertyItemConverter
Gets or sets the converter used when serializing the property's collection items.
Declaration Syntax
C# Visual Basic Visual C++
public JsonConverter ItemConverter { get; set; }
Public Property ItemConverter As JsonConverter
	Get
	Set
public:
property JsonConverter^ ItemConverter {
	JsonConverter^ get ();
	void set (JsonConverter^ value);
}
Value
The collection's items converter.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)