Closed Tarmil closed 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.
Done in v0.19.
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.