Open
Description
opened on Mar 22, 2021
In the protofiles of the sdk, we frequently use the gogoproto jsontag option, this should be removed as it breaks the jsonpb specification (proto fields have their own json name).
This becomes particularly important as the jsonpb
package gives us free proto to json transcoding.
Doing this change, would allow us to generate the required transcoding at runtime without the usage of the grpc-gateway.
Metadata
Assignees
Type
Projects
Status
📋 Backlog
Activity