protobuf-go/encoding
Herbie Ong 300b9fe4da encoding/jsonpb: fix unmarshaling of NullValue field
A JSON "null" field should set the NullValue enum field because
NullValue has the custom encoding format of "null".

Change-Id: I2bfa0900de64d7e2874f7c6db04b1cbc0b61b904
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/170107
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2019-04-02 04:50:03 +00:00
..
jsonpb encoding/jsonpb: fix unmarshaling of NullValue field 2019-04-02 04:50:03 +00:00
testprotos encoding/jsonpb: fix unmarshaling of NullValue field 2019-04-02 04:50:03 +00:00
textpb encoding/textpb: use internal/fieldnum for well-known type fields 2019-04-01 18:00:38 +00:00