neuecc / Utf8Json

Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
MIT License
2.36k stars 267 forks source link

Ignore case enum parsing #167

Open hkothoju opened 4 years ago

hkothoju commented 4 years ago

We are currently moving from JIL to Utf8json, but have found that the enum parsing is case sensitive, unlike in JIL, which parses enums irrespective of the casing. Wondering if there is any reason not to support case insensitive enum parsing, if not can we please add this feature asap?

Tagging @neuecc