.. |
anonymous_field.go
|
Use RuntimeContext
|
2021-06-05 01:08:27 +09:00 |
array.go
|
fix array stream decoder
|
2021-06-15 19:05:12 +03:00 |
bool.go
|
Use RuntimeContext
|
2021-06-05 01:08:27 +09:00 |
bytes.go
|
Fix decoding of binary type with escaped char
|
2021-08-12 13:52:00 +09:00 |
compile.go
|
Fix logic of removing struct field for decoder
|
2022-01-14 20:18:18 +09:00 |
compile_norace.go
|
Fix error by linter
|
2021-06-03 19:10:17 +09:00 |
compile_race.go
|
Fix error by linter
|
2021-06-03 19:10:17 +09:00 |
context.go
|
Use RuntimeContext
|
2021-06-05 01:08:27 +09:00 |
float.go
|
Use RuntimeContext
|
2021-06-05 01:08:27 +09:00 |
func.go
|
Improve error message
|
2021-08-13 17:05:07 +09:00 |
int.go
|
fix: to care ints minimum values
|
2022-03-12 23:43:03 +09:00 |
interface.go
|
Improve error message
|
2021-08-13 17:05:07 +09:00 |
invalid.go
|
Add invalid decoder to delay type error judgment at decode
|
2022-01-13 18:09:48 +09:00 |
map.go
|
fix: avoid reading the next character in buffer to nul consideration
|
2022-02-22 19:22:48 +09:00 |
number.go
|
Improve error message
|
2021-08-13 17:05:07 +09:00 |
option.go
|
Support context for MarshalJSON and UnmarshalJSON
|
2021-06-12 17:06:26 +09:00 |
ptr.go
|
Use RuntimeContext
|
2021-06-05 01:08:27 +09:00 |
slice.go
|
Fix assign nil slice value
|
2021-08-13 15:49:53 +09:00 |
stream.go
|
fix: incorrect handling on skipValue
|
2022-03-04 20:01:05 +09:00 |
string.go
|
feat: improve performance when a payload contains escape sequence
|
2022-02-12 17:25:52 +09:00 |
struct.go
|
Improve error message
|
2021-08-13 17:05:07 +09:00 |
type.go
|
Support context for MarshalJSON and UnmarshalJSON
|
2021-06-12 17:06:26 +09:00 |
uint.go
|
Use RuntimeContext
|
2021-06-05 01:08:27 +09:00 |
unmarshal_json.go
|
fix: panic when decoding time.Time with context
|
2022-01-26 01:02:27 +09:00 |
unmarshal_text.go
|
Use RuntimeContext
|
2021-06-05 01:08:27 +09:00 |
wrapped_string.go
|
Fix decoder
|
2021-06-05 16:00:17 +09:00 |