type google.golang.org/protobuf/encoding/protojson.UnmarshalOptions
7 uses
google.golang.org/protobuf/encoding/protojson (current package)
decode.go#L29: return UnmarshalOptions{}.Unmarshal(b, m)
decode.go#L33: type UnmarshalOptions struct {
decode.go#L57: func (o UnmarshalOptions) Unmarshal(b []byte, m proto.Message) error {
decode.go#L64: func (o UnmarshalOptions) unmarshal(b []byte, m proto.Message) error {
decode.go#L93: opts UnmarshalOptions
well_known_types.go#L179: dec := decoder{d.Clone(), UnmarshalOptions{}}
github.com/golang/protobuf/jsonpb
decode.go#L119: opts := protojson.UnmarshalOptions{
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)