Tarmil / FSharp.SystemTextJson

System.Text.Json extensions for F# types
MIT License
323 stars 44 forks source link

Add JsonNamingPolicy.PascalCase #113

Closed cmeeren closed 2 years ago

cmeeren commented 2 years ago

Noticed that JsonNamingPolicy was added, but only had the single case CamelCase. Would it be easy to add PascalCase?

Tarmil commented 2 years ago

This type is from the base library System.Text.Json, so I guess this should be suggested in the dotnet/runtime repo.

cmeeren commented 2 years ago

Oh, I didn't see that. Thanks for the clarification!