Skip to content

Commit

Permalink
Remove jsonpb reference (#1904)
Browse files Browse the repository at this point in the history
jsonpb has been replaced with protojson since v2
  • Loading branch information
johanbrandhorst authored Jan 15, 2021
1 parent b77b7ad commit 711609b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,7 @@ But patches are welcome.
- HTTP headers that start with 'Grpc-Metadata-' are mapped to gRPC metadata
(prefixed with `grpcgateway-`).
- While configurable, the default {un,}marshaling uses
[jsonpb](https://pkg.go.dev/github.com/golang/protobuf/jsonpb) with
`OrigName: true`.
[protojson](https://pkg.go.dev/google.golang.org/protobuf/encoding/protojson).

## Contribution

Expand Down

0 comments on commit 711609b

Please sign in to comment.