Closed

Description
I am using Any
type as described in golang/protobuf#60. But GRPC gateway will transform this into a base64 encoded string from a byte[]. How can Any type be converted into a JSON object given the byte[] is JSON data?
I am using Any
type as described in golang/protobuf#60. But GRPC gateway will transform this into a base64 encoded string from a byte[]. How can Any type be converted into a JSON object given the byte[] is JSON data?