You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have support for gRPC over JSON, but the Protobuf standard provides an additional, very particular, way to do gRPC over JSON. We should therefore have a ProtoJson combinator alongside JsonRpc which implements this part of the Protobuf spec.
We have support for gRPC over JSON, but the Protobuf standard provides an additional, very particular, way to do gRPC over JSON. We should therefore have a
ProtoJson
combinator alongsideJsonRpc
which implements this part of the Protobuf spec.See https://protobuf.dev/programming-guides/proto3/#json .
The text was updated successfully, but these errors were encountered: