Json.NET - Quick Starts & API Documentation
Converter Property
Namespaces ► Newtonsoft.Json.Serialization ► JsonProperty ► Converter
Gets or sets the JsonConverter for the property.
If set this converter takes presidence over the contract converter for the property type.
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.