using System.Text.Json.Serialization; [JsonConverter(typeof(JsonStringEnumConverter))] public enum DataSetSources { all, mittal, quotable, manann }