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

How to camelCase dictionary keys? #118

Open Montrichard opened 5 years ago

Montrichard commented 5 years ago

JSON.Net has camelCaseNamingStrategy.ProcessDictionaryKeys = true;, is there an equivalent or something I can implement to do so?

DDzia commented 5 years ago

@Montrichard, any changes/progress?

AndrewGumenyuk commented 4 years ago

@neuecc Hey, any updates?

AndrewGumenyuk commented 4 years ago

I will grab it

AndrewGumenyuk commented 4 years ago

Done. It works. You can check here: https://github.com/neuecc/Utf8Json/pull/205