Masaaki Goshima
|
d84b6bca18
|
Fix recursive call
|
2021-03-11 17:59:22 +09:00 |
Masaaki Goshima
|
66d8dd9c61
|
Support json.Number
|
2021-03-11 14:58:33 +09:00 |
Masaaki Goshima
|
4f372bebd0
|
Fix Marshaler
|
2021-03-11 13:09:49 +09:00 |
Masaaki Goshima
|
55cfca3b0a
|
Fix test
|
2021-03-10 19:27:37 +09:00 |
Masaaki Goshima
|
d0fb2a9a4e
|
Fix opcode
|
2021-03-10 02:12:53 +09:00 |
Masaaki Goshima
|
37fb74bbb8
|
Fix pointer op
|
2021-03-10 01:11:48 +09:00 |
Masaaki Goshima
|
d42d09f9f9
|
Add indent test
|
2021-03-09 21:38:58 +09:00 |
Masaaki Goshima
|
1342fd2042
|
Remove anonymous operation
|
2021-03-06 12:51:09 +09:00 |
Masaaki Goshima
|
6034aea48a
|
Add test case for MarshalText type
|
2021-03-06 11:47:51 +09:00 |
Masaaki Goshima
|
9aa2047766
|
Remove unnecessary code
|
2021-03-06 00:15:58 +09:00 |
Masaaki Goshima
|
88cd2ddd6e
|
Work MarshalJSON test
|
2021-03-05 23:57:44 +09:00 |
Masaaki Goshima
|
734267f9ae
|
Add test case for MarshalJSON type
|
2021-03-05 18:40:09 +09:00 |
Masaaki Goshima
|
249c4da6dd
|
Add nilcheck property
|
2021-03-05 15:10:31 +09:00 |
Masaaki Goshima
|
d3b031cef2
|
WIP: add test case for MarshalJSON type
|
2021-03-05 13:23:47 +09:00 |
Masaaki Goshima
|
cc84d92b1e
|
Add map test
|
2021-03-04 18:50:39 +09:00 |
Masaaki Goshima
|
bac05564e0
|
Add array test
|
2021-03-04 15:40:06 +09:00 |
Masaaki Goshima
|
2a2a19319d
|
Add slice test
|
2021-03-03 14:54:40 +09:00 |
Masaaki Goshima
|
09e9e2dd19
|
Remove unnecessary code
|
2021-03-01 00:25:31 +09:00 |
Masaaki Goshima
|
c6f40ed546
|
Remove only operation and add indirect property to opcode
|
2021-02-28 23:22:46 +09:00 |
Masaaki Goshima
|
a324a29256
|
Pass test
|
2021-02-19 15:03:52 +09:00 |
Masaaki Goshima
|
413c811e37
|
WIP: workaround
|
2021-02-19 03:34:21 +09:00 |
Masaaki Goshima
|
0272fd00f4
|
WIP: Integrate int/uint operation
|
2021-02-19 03:06:21 +09:00 |
Masaaki Goshima
|
7d83cfcea1
|
Fix error by linter
|
2021-02-09 09:25:33 +09:00 |
Masaaki Goshima
|
d2de9a1eb5
|
Refactor
|
2021-02-09 09:23:15 +09:00 |
Masaaki Goshima
|
0d57bf1014
|
Fix encoding of anonymous struct
|
2021-02-09 09:20:48 +09:00 |
Masaaki Goshima
|
3304ee45bf
|
Optimize getting of cached decoder
|
2021-02-04 18:00:08 +09:00 |
Masaaki Goshima
|
5a0faf65e4
|
Merge pull request #111 from goccy/feature/fix-lint
Fix error by linter
|
2021-02-01 22:48:56 +09:00 |
Masaaki Goshima
|
2a0d4603ea
|
Fix error output by golangci-lint
|
2021-02-01 22:32:45 +09:00 |
Masaaki Goshima
|
b431a095d6
|
Fix error by race detector
|
2021-02-01 20:02:43 +09:00 |
Masaaki Goshima
|
61e533dca2
|
Refactor encoder
|
2021-01-31 22:45:59 +09:00 |
Masaaki Goshima
|
ddfae9189e
|
Fix recursive call
|
2021-01-15 16:28:20 +09:00 |
Masaaki Goshima
|
67a7ac450b
|
Add test cases for int type
|
2021-01-14 00:02:58 +09:00 |
Masaaki Goshima
|
eb6fb3b15d
|
Pass all tests
|
2021-01-09 13:55:34 +09:00 |
Masaaki Goshima
|
2356c0ceab
|
Fix runtime error
|
2020-12-30 01:29:29 +09:00 |
Masaaki Goshima
|
5741c733a6
|
Refactor indent code
|
2020-12-25 17:03:56 +09:00 |
Masaaki Goshima
|
f5daa592fa
|
Improve encoding performance
|
2020-12-25 03:53:48 +09:00 |
Masaaki Goshima
|
6c3382dc4e
|
Support multiple pointer
|
2020-12-23 13:13:34 +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
|
01b439e41e
|
Refactor buffering of encoder for improvement performance
|
2020-12-20 04:02:03 +09:00 |
Masaaki Goshima
|
d88eb0986e
|
Fix UnmarshalTypeError for int decoder
|
2020-12-15 12:29:19 +09:00 |
Masaaki Goshima
|
85577616f8
|
Support int and uint types as map key type
|
2020-12-12 18:09:46 +09:00 |
Masaaki Goshima
|
59f5713178
|
Fix double pointer
|
2020-12-07 10:49:00 +09:00 |
Masaaki Goshima
|
5a8383f0d2
|
Fix ptrIndex
|
2020-12-06 19:59:39 +09:00 |
Masaaki Goshima
|
3e1a1ac1ad
|
Fix recursive anonymous field
|
2020-11-16 21:28:33 +09:00 |
Masaaki Goshima
|
4994bc5d04
|
Fix handling of comma as delimiter
Conflicts:
encode_vm.go
|
2020-11-16 19:16:45 +09:00 |
Masaaki Goshima
|
9351afdb88
|
Fix pointer fields
|
2020-09-17 21:50:27 +09:00 |
Masaaki Goshima
|
d76012422a
|
Fix stream encoding
|
2020-09-17 01:26:39 +09:00 |
Masaaki Goshima
|
aaea586778
|
Enable switch map processing at runtime
|
2020-09-16 18:15:47 +09:00 |
Masaaki Goshima
|
898d58b8b8
|
Supported sorted map
|
2020-09-16 14:51:37 +09:00 |
Masaaki Goshima
|
4f4060f808
|
Fix index number
|
2020-09-01 23:23:07 +09:00 |