neuecc / Utf8Json

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

Feature request: snake case for enum members #240

Open boris-rg opened 3 years ago

boris-rg commented 3 years ago

Newtonsoft has a feature to convert enum names to snake case. It appears that right now Utf8Json can only serialize the standard enum member name or the underlying value.