Yi Duan
|
3eade82a01
|
fix: add gcGuard to prevent GC during Marshal()/Unmarshal() (#122)
Co-authored-by: duanyi.aster <duanyi.aster@bytedance.com>
|
2021-10-28 17:02:37 +08:00 |
|
liuqiang
|
fe56a21bf5
|
fix: make it return error when unmarshal invalid base64-encoded strings
|
2021-10-21 18:20:04 +08:00 |
|
liu
|
0a710eeb9d
|
fix: make it sorted when marshalling integer key map (#117)
|
2021-10-18 19:31:33 +08:00 |
|
liu
|
3eca433cb9
|
fix: marshal struct field with omitempty tag as encoding/json (#114)
|
2021-10-12 15:14:39 +08:00 |
|
liu
|
530d423243
|
fix: make it parse the UTF-16 surrogate pair after invalid unicode (#111)
|
2021-09-24 16:33:02 +08:00 |
|
liu
|
a7ace8cd03
|
fix: skip exponent number that begin with zero in skip_number() (#109)
|
2021-09-23 15:02:09 +08:00 |
|
Yi Duan
|
a577eafc25
|
refactor: make it more readable (#104)
Co-authored-by: duanyi.aster <duanyi.aster@bytedance.com>
|
2021-09-18 11:31:25 +08:00 |
|