Masaaki Goshima
|
7c661769df
|
fix lint error
|
2021-03-11 19:19:30 +09:00 |
Masaaki Goshima
|
6c5b9420d7
|
Add test case
|
2021-03-11 19:07:52 +09:00 |
Masaaki Goshima
|
be35ec63b8
|
Fix issue147
|
2021-03-11 18:33:31 +09:00 |
Masaaki Goshima
|
d84b6bca18
|
Fix recursive call
|
2021-03-11 17:59:22 +09:00 |
Masaaki Goshima
|
b78ca46c15
|
Fix test
|
2021-03-11 16:46:14 +09:00 |
Masaaki Goshima
|
f57beb9841
|
Refactor json.Number
|
2021-03-11 15:29:32 +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
|
1657b0e50e
|
Fix escaped vm
|
2021-03-06 19:06:11 +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
|
3c85aa1ba4
|
refactor
|
2021-03-06 11:10:01 +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
|
174fd57eae
|
Remove unnecessary code
|
2021-03-04 19:03:18 +09:00 |
Masaaki Goshima
|
35816cbf97
|
Add array test
|
2021-03-04 18:50:48 +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
|
64f98e3161
|
Add slice test
|
2021-03-04 00:13:33 +09:00 |
Masaaki Goshima
|
2a2a19319d
|
Add slice test
|
2021-03-03 14:54:40 +09:00 |
Masaaki Goshima
|
83122027f5
|
Refactor encode_vm
|
2021-03-02 19:52:17 +09:00 |
Masaaki Goshima
|
09e9e2dd19
|
Remove unnecessary code
|
2021-03-01 00:25:31 +09:00 |
Masaaki Goshima
|
40c322590e
|
Add test case for int16 type
|
2021-02-28 23:24:42 +09:00 |
Masaaki Goshima
|
c6f40ed546
|
Remove only operation and add indirect property to opcode
|
2021-02-28 23:22:46 +09:00 |
Masaaki Goshima
|
40cc5ff367
|
Remove only operation
|
2021-02-23 16:16:44 +09:00 |
Masaaki Goshima
|
e3acf4a01b
|
Merge branch 'master' of github.com:goccy/go-json into feature/refactor-only-op
|
2021-02-23 16:13:39 +09:00 |
Masaaki Goshima
|
116df927e2
|
Add CHANGELOG.md
|
2021-02-22 16:59:09 +09:00 |
Masaaki Goshima
|
cd03bc4033
|
Merge pull request #143 from goccy/feature/remove-unnecessary-op
Remove unnecessary optype
|
2021-02-22 15:27:18 +09:00 |
Masaaki Goshima
|
43b585a81c
|
Remove unnecessary optype
|
2021-02-22 15:16:53 +09:00 |
Masaaki Goshima
|
80b483ce97
|
Merge pull request #141 from goccy/feature/integrate-int-op
Reduce memory usage at compile
|
2021-02-22 15:07:26 +09:00 |
Masaaki Goshima
|
e60eabf9da
|
Fix error by linter
|
2021-02-19 15:34:56 +09:00 |
Masaaki Goshima
|
9d4348e66b
|
Modify test case
|
2021-02-19 15:13:33 +09:00 |
Masaaki Goshima
|
f7b1319735
|
Integrate int/int8/int16/int32/int64 and uint/uint8/uint16/uint32/uint64 operation to reduce memory usage at compile
|
2021-02-19 15:12:30 +09:00 |
Masaaki Goshima
|
73fbc98667
|
Fix test case
|
2021-02-19 15:08:30 +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
|
58a761643a
|
Merge pull request #140 from goccy/feature/fix-unmarshal-type-error
Fix decoder
|
2021-02-18 19:48:08 +09:00 |
Masaaki Goshima
|
aa0422c239
|
Modify section of comment out
|
2021-02-18 19:31:35 +09:00 |
Masaaki Goshima
|
24cc1b77b2
|
Fix checkptr error
|
2021-02-18 19:20:07 +09:00 |
Masaaki Goshima
|
23c5766bd2
|
Add test case
|
2021-02-18 19:11:44 +09:00 |
Masaaki Goshima
|
f8fd59516b
|
Fix decoding of deep recursive structure
|
2021-02-18 19:05:06 +09:00 |
Masaaki Goshima
|
35eee537d4
|
Add test case
|
2021-02-18 17:59:29 +09:00 |