grpc-node
grpc-node copied to clipboard
Add spec-compliant JSON serialization and deserialization to `@grpc/proto-loader`
The proto3-json-serializer library provides spec-compliant JSON serialization and deserialization of proto messages on top of Protobuf.js. @grpc/proto-loader could provide an option to use that library to serialize and deserialize messages in that format.