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