Joe Tsai
|
4c88cc3f1a
all: fix reflect.Value.Interface races (#913)
|
5 年之前 |
Herbie Ong
|
6c65a5562f
jsonpb: fix marshaling of Duration
|
5 年之前 |
Joshua Humphries
|
e91709a02e
fix indentation in jsonpb with Any messages
|
5 年之前 |
Joe Tsai
|
560bdb6443
jsonpb: strictly document JSONPBMarshaler and JSONPBUnmarshaler behavior (#662)
|
6 年之前 |
David Howden
|
14aad3d5ea
jsonpb: avoid copying string-valued map-keys (#654)
|
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 年之前 |
Tamir Duberstein
|
5c7dd3329b
Simplify code (#314)
|
7 年之前 |
Tamir Duberstein
|
013f295b1c
Correct some mistakes (#316)
|
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 年之前 |
Tamir Duberstein
|
0a4f71a498
Remove unnecessary conversions (#315)
|
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 年之前 |
Herbie Ong
|
63bfc70872
Fixed broken tests on pre-go1.8 #356 (#359)
|
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 年之前 |