Json.NET - Quick Starts & API Documentation
Converter Property
NamespacesNewtonsoft.Json.SerializationJsonContractConverter
Gets or sets the default JsonConverter for this contract.
Declaration Syntax
C#Visual BasicVisual C++
public JsonConverter Converter { get; set; }
Public Property Converter As JsonConverter
	Get
	Set
public:
property JsonConverter^ Converter {
	JsonConverter^ get ();
	void set (JsonConverter^ value);
}
Value
The converter.

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