Converter Property

Json.NET

Json.NET - Quick Starts & API Documentation Converter Property
NamespacesNewtonsoft.Json.SerializationJsonContractConverter
Gets or sets the default JsonConverter for this contract.
Declaration Syntax
C# Visual Basic Visual 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.0.2.0 (4.0.2.13623)