..
hugestruct_test.go
refactor: make it more readable ( #104 )
2021-09-18 11:31:25 +08:00
issue3_test.go
refactor: make it more readable ( #104 )
2021-09-18 11:31:25 +08:00
issue5_test.go
refactor: make it more readable ( #104 )
2021-09-18 11:31:25 +08:00
issue7_test.go
refactor: make it more readable ( #104 )
2021-09-18 11:31:25 +08:00
issue8_test.go
fix: make it sorted when marshalling integer key map ( #117 )
2021-10-18 19:31:33 +08:00
issue16_test.go
refactor: make it more readable ( #104 )
2021-09-18 11:31:25 +08:00
issue27_test.go
refactor: make it more readable ( #104 )
2021-09-18 11:31:25 +08:00
issue39_test.go
refactor: make it more readable ( #104 )
2021-09-18 11:31:25 +08:00
issue45_test.go
refactor: make it more readable ( #104 )
2021-09-18 11:31:25 +08:00
issue58_test.go
fix: check nil pointer for Marshaler ( #194 )
2022-02-25 18:00:57 +08:00
issue67_test.go
refactor: make it more readable ( #104 )
2021-09-18 11:31:25 +08:00
issue76_test.go
refactor: make it more readable ( #104 )
2021-09-18 11:31:25 +08:00
issue82_test.go
refactor: make it more readable ( #104 )
2021-09-18 11:31:25 +08:00
issue83_test.go
refactor: make it more readable ( #104 )
2021-09-18 11:31:25 +08:00
issue90_test.go
fix: make it sorted when marshalling integer key map ( #117 )
2021-10-18 19:31:33 +08:00
issue93_test.go
refactor: make it more readable ( #104 )
2021-09-18 11:31:25 +08:00
issue98_test.go
refactor: make it more readable ( #104 )
2021-09-18 11:31:25 +08:00
issue100_test.go
refactor: make it more readable ( #104 )
2021-09-18 11:31:25 +08:00
issue101_test.go
refactor: make it more readable ( #104 )
2021-09-18 11:31:25 +08:00
issue107_test.go
fix: make it parse the UTF-16 surrogate pair after invalid unicode ( #111 )
2021-09-24 16:33:02 +08:00
issue108_test.go
fix: skip exponent number that begin with zero in skip_number() ( #109 )
2021-09-23 15:02:09 +08:00
issue112_test.go
fix: make it return error when unmarshal invalid base64-encoded strings
2021-10-21 18:20:04 +08:00
issue113_test.go
fix: marshal struct field with omitempty tag as encoding/json ( #114 )
2021-10-12 15:14:39 +08:00
issue115_test.go
fix: make it sorted when marshalling integer key map ( #117 )
2021-10-18 19:31:33 +08:00
issue123_test.go
fix: add gcGuard to prevent GC during Marshal()/Unmarshal() ( #122 )
2021-10-28 17:02:37 +08:00
issue128_test.go
test: fix timeout problem in issue_test when enable force GC ( #135 )
2021-11-19 14:10:19 +08:00
issue138_test.go
feat: Pretouch recursively for large/deep struct ( #137 )
2021-11-26 14:12:51 +08:00
issue141_test.go
fix: correct the field priority as encoding/json when unmarshal to struct ( #142 )
2021-11-30 10:28:50 +08:00
issue144_test.go
fix: 'string' option in struct tag as encoding/json ( #148 )
2021-12-03 15:46:09 +08:00
issue182_test.go
fix: check nil pointer for Marshaler ( #194 )
2022-02-25 18:00:57 +08:00
issue186_test.go
fix: premature GC on decoding string ( #187 )
2022-02-15 16:41:53 +08:00
issue195_test.go
fix: allow string value decoded as json.Number ( #196 )
2022-02-28 20:14:38 +08:00
testmain_test.go
fix: relocate stack pointers ( #156 )
2021-12-20 16:19:12 +08:00