protobuf-go/encoding/protojson
Joe Tsai d47ea19d2f encoding: support weak fields in text and JSON unmarshaling
If the message for a weak field is linked in,
we treat it as if it were identical to a normal known field.
However, if the weak field is not linked in,
we treat it as if the field were not known.

Change-Id: I576d911deec98e13211304024a6353734d055465
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/185457
Reviewed-by: Herbie Ong <herbie@google.com>
2019-07-15 19:09:08 +00:00
..
bench_test.go types: consistently name generated protos 2019-05-16 21:55:40 +00:00
decode_test.go encoding: support weak fields in text and JSON unmarshaling 2019-07-15 19:09:08 +00:00
decode.go encoding: support weak fields in text and JSON unmarshaling 2019-07-15 19:09:08 +00:00
doc.go
encode_test.go proto: move T->*T wrappers from internal/scalar to proto 2019-07-12 17:35:01 +00:00
encode.go reflect/protoreflect: add Enum.Type and Message.Type 2019-07-12 23:43:21 +00:00
well_known_types.go reflect/protoreflect: add Enum.Type and Message.Type 2019-07-12 23:43:21 +00:00