Json.NET - Quick Starts & API Documentation
Converter Property
Namespaces ► Newtonsoft.Json.Serialization ► JsonContract ► Converter
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.