JsonSettings.Converters property

Additional converters to use when reading/writing JSON.

public IReadOnlyList<JsonConverter>? Converters { get; set; }

See Also