Support emitting default values in JSON · Issue #233 · grpc-ecosystem/grpc-gateway
Right now, github.com/golang/protobuf hardcodes omitempty, and the gateway does not support a way to enable the EmitDefaults option in This produces unintended behavior - like all false booleans or...