Nao Yonashiro
|
e8637832dd
|
style: gofmt
|
2021-08-25 11:25:00 +09:00 |
Nao Yonashiro
|
ae9148555a
|
Merge branch 'master' into fix-issue-278
|
2021-08-25 11:23:59 +09:00 |
Nao Yonashiro
|
ac41fbec94
|
fix: fixed buffer length bug on string decoder
close #278
|
2021-08-25 07:23:34 +09:00 |
Nao Yonashiro
|
e1e6c41c66
|
fix: fixed invalid utf8 on stream decoder
|
2021-08-25 06:15:15 +09:00 |
Masaaki Goshima
|
68022098ad
|
Merge pull request #277 from goccy/feature/improve-error-message
Improve error message
|
2021-08-13 17:29:27 +09:00 |
Masaaki Goshima
|
08c2e1abef
|
Improve error message
|
2021-08-13 17:05:07 +09:00 |
Masaaki Goshima
|
bf35de8f91
|
Fix assign nil slice value
|
2021-08-13 15:49:53 +09:00 |
Masaaki Goshima
|
75a6ad40b9
|
Fix decoding of binary type with escaped char
|
2021-08-12 13:52:00 +09:00 |
peterlimg
|
91e691adc5
|
Fix decodeEscapeString err
`p` was not updated after the `stream.buf` is reallocated
|
2021-07-27 21:53:59 +10:00 |
Preetham Narayanareddy
|
2aeb1769a2
|
Fix decoding of []byte type
|
2021-06-24 14:42:26 -07:00 |
Kiraub
|
e94f0cd362
|
Merge branch 'goccy:master' into master
|
2021-06-23 17:44:36 +02:00 |
ebauer
|
5f0b34250c
|
funcDecoder: handle cases of value being true or false
|
2021-06-23 15:51:42 +02:00 |
ebauer
|
a7d041a3d4
|
gofmt -s
|
2021-06-23 15:22:40 +02:00 |
ebauer
|
585ce46b31
|
add func decoder
|
2021-06-23 14:22:24 +02:00 |
Masaaki Goshima
|
80c460c74b
|
Fix error by linter
|
2021-06-23 17:42:30 +09:00 |
Masaaki Goshima
|
ff12fbbe9b
|
Use mapassign_faststr to decode map whose key type is string
|
2021-06-23 17:23:09 +09:00 |
IncSW
|
9a2f108208
|
fix array stream decoder
|
2021-06-15 19:05:12 +03:00 |
IncSW
|
1037421a83
|
fix error when unmarshal empty array
|
2021-06-15 18:19:39 +03:00 |
Masaaki Goshima
|
cd7fb7392f
|
Support context for MarshalJSON and UnmarshalJSON
|
2021-06-12 17:06:26 +09:00 |
Masaaki Goshima
|
5c39787fbd
|
Enable FirstWin option for stream decoder
|
2021-06-06 11:24:56 +09:00 |
Masaaki Goshima
|
34b7053412
|
Fix decoder option flag
|
2021-06-06 11:11:04 +09:00 |
Masaaki Goshima
|
a69176cd30
|
Fix decoder
|
2021-06-06 11:01:55 +09:00 |
Masaaki Goshima
|
3c0e1b5e8c
|
Fix stream buffer length
|
2021-06-06 10:52:55 +09:00 |
Masaaki Goshima
|
5e281e340f
|
Fix decoder
|
2021-06-05 16:00:17 +09:00 |
Masaaki Goshima
|
cbda08a525
|
Add DecodeFieldPriorityFirstWin option
|
2021-06-05 13:00:26 +09:00 |
Masaaki Goshima
|
b074c98070
|
Use RuntimeContext
|
2021-06-05 01:08:27 +09:00 |
Masaaki Goshima
|
f0b4077914
|
Add DecodeOption
|
2021-06-05 00:27:02 +09:00 |
Masaaki Goshima
|
e7b7118f4e
|
Fix skipWhiteSpace for stream decoder
|
2021-06-04 14:59:43 +09:00 |
Masaaki Goshima
|
a973797e61
|
Fix init buffer
|
2021-06-04 12:41:18 +09:00 |
Masaaki Goshima
|
c35c3242b6
|
Merge branch 'master' of github.com:goccy/go-json into feature/refactor-decoder
|
2021-06-03 19:38:01 +09:00 |
Masaaki Goshima
|
c41c158a56
|
Fix error by linter
|
2021-06-03 19:10:17 +09:00 |
Masaaki Goshima
|
de4e97ed09
|
Remove unnecessary prefix
|
2021-06-03 18:57:41 +09:00 |
Masaaki Goshima
|
5a024ca2f1
|
Fix package layout for decoder
|
2021-06-03 18:49:01 +09:00 |