Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
I am trying to make a drop-in replacement microservice that supports both REST and gRPC for an existing microservice that is REST-only, but my issue is that the current microservice is case insensitive, but grpc/json transcoding cannot be made to be.
Describe the solution you'd like
Add PropertyNameCaseInsensitive to GrpcJsonSettings
Initialize JsonSerializerOptions with this flag in JsonConverterHelper.CreateSerializerOptions()
Additional context
No response