Hi, I wonder if supporting EnumMemberAttribute in JsonConverterEnum is planned and if so what the ETA is?
Json.NET supports EnumMemberAttribute to customize enum name values. It is a well used feature.
You don't need it in 3.0, but you will get a lot of requests for customizing enum names. Design for adding it in the future.
Originally posted by @JamesNK in dotnet/corefx#38702 (comment)
Hi, I wonder if supporting EnumMemberAttribute in JsonConverterEnum is planned and if so what the ETA is?