Stan Nelson
|
64db29d85f
jsonpb: error on scalar enum provided for repeated enums instead of panic
|
7 yıl önce |
Herbie Ong
|
70c277a8a1
jsonpb: fix unmarshaling JSON object with escaped string into Struct type (#612)
|
7 yıl önce |
Joshua Humphries
|
42d4f47726
jsonpb: skip unexported or non-protobuf fields (#510)
|
8 yıl önce |
oChen
|
f9bf3fbed3
jsonpb: change Marshal to trim timestamp/duration to 0 fractional digits if possible (#490)
|
8 yıl önce |
dfawley
|
ac606b1764
jsonpb: fix handling of illegal and negative nanoseconds (#492)
|
8 yıl önce |
Herbie Ong
|
2bc5431dca
jsonpb: change Marshal/Unmarshal to return error if any required field is not set (#472)
|
8 yıl önce |
Herbie Ong
|
49f2ba7d08
jsonpb: check for nil in Marshal and return error to avoid panic. (#469)
|
8 yıl önce |
Tamir Duberstein
|
5c7dd3329b
Simplify code (#314)
|
8 yıl önce |
Tamir Duberstein
|
013f295b1c
Correct some mistakes (#316)
|
8 yıl önce |
Xiao Zhang
|
130e6b02ab
jsonpb: fix unmarshal null to value that implements JSONPBUnmarshaler (#429)
|
8 yıl önce |
Joshua Humphries
|
5afd06f9d8
jsonpb: add support for custom resolution of Any messages to/from JSON (#410)
|
8 yıl önce |
Tamir Duberstein
|
1909bc2f63
jsonpb: unmarshal JSON null to nil map/slice instead of empty instance (#404)
|
8 yıl önce |
Christopher Spahr
|
748d386b5c
jsonpb: unmarshal JSON "null" for WKT (#394)
|
8 yıl önce |
Tamir Duberstein
|
0a4f71a498
Remove unnecessary conversions (#315)
|
8 yıl önce |
Jakub Vrána
|
5a0f697c9e
Deserialize JSON NaN, Infinity and -Infinity to corresponding Go values (#363)
|
8 yıl önce |
Joshua Humphries
|
6e4cc92cc9
Fix JSON marshaling of Any containing object that implements JSONPBMarshaler (#361)
|
8 yıl önce |
Vladimir Varankin
|
9f174c9862
Fix jsonpb to serialize NaN and Infinity as special strings (#242)
|
8 yıl önce |
Herbie Ong
|
63bfc70872
Fixed broken tests on pre-go1.8 #356 (#359)
|
8 yıl önce |
Eric Wang
|
7a211bcf3b
Fix jsonpb to emit zero values for Map, Slice, Ptr when EmitDefaults=true
|
8 yıl önce |
Joshua Humphries
|
a4e8f93323
Support custom JSON (de)serialization in jsonpb
|
8 yıl önce |
CH Albach
|
18c9bb3261
jsonpb: unmarshalling of Struct, ListValue, Value, Any and proto2 extensions; and marshalling of ListValue.
|
8 yıl önce |
bcmills
|
56841e9de5
jsonpb: merge https://github.com/golang/protobuf/pull/255
|
9 yıl önce |
bcmills
|
62e782f47e
proto: Fix a Marshal race on messages with extensions.
|
9 yıl önce |
Mark Costello
|
224aaba33b
jsonpb: treat `null` JSON values for `Timestamp` and `Duration` as defaults (#255)
|
9 yıl önce |
Lincoln Stoll
|
e8b7c67215
Fix Timestamp Unmarshaling for pre-epoch times
|
9 yıl önce |
Damien Neil
|
af59feb421
jsonpb: sort numeric proto keys in numeric order
|
9 yıl önce |
Ross Light
|
3852dcfda2
jsonpb: add option to ignore unknown fields in a message
|
9 yıl önce |
Googler
|
c27503d0b4
Fix marshalAny's handling of indentation.
|
9 yıl önce |
Googler
|
f43dfb5ff1
Add missing error check in jsonpb's marshal implementation.
|
9 yıl önce |
matloob@google.com
|
3b06fc7a4c
net/proto2/go: make a slight change to how we handle []byte fields
|
9 yıl önce |