Open esbenbjerre opened 1 week ago
Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis See info in area-owners.md if you want to be subscribed.
Tagging subscribers to this area: @dotnet/area-extensions-logging See info in area-owners.md if you want to be subscribed.
Background and motivation
When the JSON console log formatter is used properties are formatted with PascalCase
I would like an option to use camelCase instead
API Proposal
Add a
NamingPolicy
property toJsonWriterOptions
.API Usage
or
Alternative Designs
No response
Risks
No response