Json.NET - Quick Starts & API Documentation
Converters Property
NamespacesNewtonsoft.JsonJsonSerializerConverters
Gets a collection JsonConverter that will be used during serialization.
Declaration Syntax
C#Visual BasicVisual C++
public virtual JsonConverterCollection Converters { get; }
Public Overridable ReadOnly Property Converters As JsonConverterCollection
	Get
public:
virtual property JsonConverterCollection^ Converters {
	JsonConverterCollection^ get ();
}
Value
Collection JsonConverter that will be used during serialization.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13929)