protobuf-go/internal/encoding
Herbie Ong c96a79da29 encoding/jsonpb: add support for basic unmarshaling
Unmarshaling of scalar, messages, repeated, and maps.

Need to further improve on error messages for consistency, some error
messages contain the position info while some currently do not.  There
are cases where position info is wrong as well when a value is decoded
in another pass, e.g. numbers in string value, or map keys.

Change-Id: I6f9e903c499b5e87fb258dbdada7434389fc7522
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/166338
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2019-03-15 18:53:18 +00:00
..
defval internal/encoding/defval: unify logic for handling default values 2018-12-07 22:40:20 +00:00
json encoding/jsonpb: add support for basic unmarshaling 2019-03-15 18:53:18 +00:00
pack internal/prototype: move from reflect/prototype 2019-03-13 20:17:00 +00:00
tag internal/prototype: move from reflect/prototype 2019-03-13 20:17:00 +00:00
text internal/encoding/text: change Value.Float{32,64} to Value.Float 2019-03-13 04:35:13 +00:00
wire go.mod: rename google.golang.org/proto as github.com/golang/protobuf/v2 2018-09-24 16:11:50 +00:00