JsonConverter public abstract class JsonConverter Converts an object or value to or from JSON. Documentation Code public abstract bool CanConvert(Type typeToConvert) When overridden in a derived class, determines whether the converter instance can convert the specified object type.