ItemConverter Property

Json.NET

Json.NET - Quick Starts & API Documentation ItemConverter Property
NamespacesNewtonsoft.Json.SerializationJsonContainerContractItemConverter
Gets or sets the default collection items JsonConverter.
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 converter.

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