Tarmil / FSharp.SystemTextJson

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

Support JsonKnownNamingPolicy in attributes #111

Closed Tarmil closed 2 years ago

Tarmil commented 2 years ago

It is not possible to pass a JsonNamingPolicy to an attribute, however the enum JsonKnownNamingPolicy was created to be able to at least use camelCase with source generators. We should use it with our own attributes.

Tarmil commented 2 years ago

Done in v0.19.