grpc-node icon indicating copy to clipboard operation
grpc-node copied to clipboard

Add spec-compliant JSON serialization and deserialization to `@grpc/proto-loader`

Open murgatroid99 opened this issue 2 years ago • 0 comments

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.

murgatroid99 avatar Jul 26 '23 21:07 murgatroid99