Joe Tsai
|
b9f5089fb9
all: update to latest google.golang.org/protobuf
|
5 роки тому |
Joe Tsai
|
1ee46dfd80
all: update v2 dependency to 20190620020611-d888139e7b59
|
5 роки тому |
Joe Tsai
|
98c2acd4d1
internal/proto: implement v1 registration with v2 registration
|
5 роки тому |
Joe Tsai
|
f015b0719f
all: use short license header form
|
6 роки тому |
Joe Tsai
|
7d1b268556
jsonpb: avoid unexported fields in hand-crafted message (#671)
|
6 роки тому |
Kassian Sun
|
f05648d464
jsonpb: handle map key and value properties properly (#645)
|
6 роки тому |
Kassian Sun
|
9eb2c01ac2
jsonpb: decode int32/uint32/float32/float64 strings (#630)
|
6 роки тому |
Stan Nelson
|
64db29d85f
jsonpb: error on scalar enum provided for repeated enums instead of panic
|
6 роки тому |
Herbie Ong
|
70c277a8a1
jsonpb: fix unmarshaling JSON object with escaped string into Struct type (#612)
|
6 роки тому |
Joshua Humphries
|
42d4f47726
jsonpb: skip unexported or non-protobuf fields (#510)
|
6 роки тому |
oChen
|
f9bf3fbed3
jsonpb: change Marshal to trim timestamp/duration to 0 fractional digits if possible (#490)
|
6 роки тому |
dfawley
|
ac606b1764
jsonpb: fix handling of illegal and negative nanoseconds (#492)
|
6 роки тому |
Herbie Ong
|
2bc5431dca
jsonpb: change Marshal/Unmarshal to return error if any required field is not set (#472)
|
6 роки тому |
Herbie Ong
|
49f2ba7d08
jsonpb: check for nil in Marshal and return error to avoid panic. (#469)
|
7 роки тому |
Xiao Zhang
|
130e6b02ab
jsonpb: fix unmarshal null to value that implements JSONPBUnmarshaler (#429)
|
7 роки тому |
Joshua Humphries
|
5afd06f9d8
jsonpb: add support for custom resolution of Any messages to/from JSON (#410)
|
7 роки тому |
Tamir Duberstein
|
1909bc2f63
jsonpb: unmarshal JSON null to nil map/slice instead of empty instance (#404)
|
7 роки тому |
Christopher Spahr
|
748d386b5c
jsonpb: unmarshal JSON "null" for WKT (#394)
|
7 роки тому |
Jakub Vrána
|
5a0f697c9e
Deserialize JSON NaN, Infinity and -Infinity to corresponding Go values (#363)
|
7 роки тому |
Joshua Humphries
|
6e4cc92cc9
Fix JSON marshaling of Any containing object that implements JSONPBMarshaler (#361)
|
7 роки тому |
Vladimir Varankin
|
9f174c9862
Fix jsonpb to serialize NaN and Infinity as special strings (#242)
|
7 роки тому |
Eric Wang
|
7a211bcf3b
Fix jsonpb to emit zero values for Map, Slice, Ptr when EmitDefaults=true
|
7 роки тому |
Joshua Humphries
|
a4e8f93323
Support custom JSON (de)serialization in jsonpb
|
7 роки тому |
CH Albach
|
18c9bb3261
jsonpb: unmarshalling of Struct, ListValue, Value, Any and proto2 extensions; and marshalling of ListValue.
|
7 роки тому |
bcmills
|
56841e9de5
jsonpb: merge https://github.com/golang/protobuf/pull/255
|
8 роки тому |
bcmills
|
62e782f47e
proto: Fix a Marshal race on messages with extensions.
|
8 роки тому |
Mark Costello
|
224aaba33b
jsonpb: treat `null` JSON values for `Timestamp` and `Duration` as defaults (#255)
|
8 роки тому |
joetsai
|
730e9124bf
Fix jsonpb for Go 1.8
|
8 роки тому |
Lincoln Stoll
|
e8b7c67215
Fix Timestamp Unmarshaling for pre-epoch times
|
8 роки тому |
Feng Xiao
|
2c1988e8c1
Update Go tests for C++ JSON name change
|
8 роки тому |