This should work ```cs [JsonConverter(typeof(JsonStringEnumMemberConverter))] enum A { [JsonPropertyName("abc")] X, } ```