Masaaki Goshima
|
44ae468930
|
Fix array decoder
|
2020-12-24 23:14:58 +09:00 |
Masaaki Goshima
|
06e2230d8d
|
Fix decoder by using checkptr flag
|
2020-12-24 21:52:40 +09:00 |
Masaaki Goshima
|
24aa07e47f
|
Merge branch 'master' of github.com:goccy/go-json into feature/fix-decoder
|
2020-12-23 01:37:54 +09:00 |
Masaaki Goshima
|
5c82b00ee7
|
Add structName and fieldName argument to each constructor of decoder for UnmarshalTypeError
|
2020-11-23 17:16:31 +09:00 |
Koichi Shiraishi
|
2b4097577d
|
Pass expression to unsafe.Pointer directly
|
2020-11-23 14:13:45 +09:00 |
Koichi Shiraishi
|
e4214835d8
|
Fix checkptr validation error on decode
|
2020-11-23 06:47:57 +09:00 |
Masaaki Goshima
|
fd7a72c0b8
|
Pass unsafe.Pointer instead of uintptr
|
2020-11-19 12:47:42 +09:00 |
Masaaki Goshima
|
27f6c70ab3
|
Fix DisallowUnknownFields
|
2020-08-14 17:59:49 +09:00 |
Masaaki Goshima
|
e112aa753e
|
Support DisallowUnknownFields
|
2020-08-11 19:05:20 +09:00 |
Masaaki Goshima
|
69573d1b74
|
Fix null value for struct field
|
2020-08-08 13:20:42 +09:00 |
Masaaki Goshima
|
80acd42b80
|
Optimize streaming decoder
|
2020-07-31 17:10:03 +09:00 |
Masaaki Goshima
|
20b67ad48d
|
Support Decoder.Token
|
2020-07-30 22:41:53 +09:00 |
Masaaki Goshima
|
4acc22e0fe
|
Support SyntaxError
|
2020-05-23 12:51:09 +09:00 |
Masaaki Goshima
|
f198ef6517
|
Remove context for decoding
|
2020-05-07 02:37:29 +09:00 |
Masaaki Goshima
|
9b1349d40a
|
Fix decoder
|
2020-04-26 15:22:55 +09:00 |
Masaaki Goshima
|
71d6f845e5
|
Add decoder for Array or Slice type
|
2020-04-25 19:55:05 +09:00 |