1.0.2 • Published 6 years ago

pb-from-json v1.0.2

Weekly downloads
18
License
MIT
Repository
github
Last release
6 years ago

pb-from-json

Convert js objects to proto objects, useful to use with grpc-web Official js protobuf have this issue actively discussed: https://github.com/protocolbuffers/protobuf/issues/1591 https://github.com/protocolbuffers/protobuf/pull/5449

Once the above issues are resolved, this package doesn't need to exist

example:

    const resp = await grpcCall(fromJSON(object))
    return resp.toObject()
1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago