JsonConverterCollection
Represents a collection of JsonConverter.
using System.Collections.ObjectModel;
namespace Newtonsoft.Json
{
public class JsonConverterCollection : Collection<JsonConverter>
{
}
}