Masaaki Goshima
|
16a358048e
|
if elem type is slice, clear it
|
2021-04-30 04:02:06 +09:00 |
Masaaki Goshima
|
dc2d025d2a
|
Add test case
|
2021-04-30 04:01:51 +09:00 |
Masaaki Goshima
|
4d51b8b764
|
Merge pull request #193 from goccy/feature/add-fastjson-to-benchmark
Add valyala/fastjson to benchmark
|
2021-04-28 17:25:09 +09:00 |
Masaaki Goshima
|
6cd0ab4ca9
|
Add valyala/fastjson to benchmark
|
2021-04-28 16:59:01 +09:00 |
Masaaki Goshima
|
df4c91ac28
|
Update CHANGELOG
|
2021-04-20 22:15:04 +09:00 |
Masaaki Goshima
|
b1431c0aae
|
Merge pull request #190 from goccy/feature/improve-indent-compact
Optimize json.Compact and json.Indent
|
2021-04-20 20:30:26 +09:00 |
Masaaki Goshima
|
7ae14cd24c
|
Optimize json.Compact and json.Indent
|
2021-04-20 20:12:32 +09:00 |
Masaaki Goshima
|
e66e5606b5
|
Merge pull request #189 from goccy/feature/fix-compact
Fix Compact/Indent API
|
2021-04-19 23:21:11 +09:00 |
Masaaki Goshima
|
e0b5ba8df4
|
Add test cases
|
2021-04-19 22:54:10 +09:00 |
Masaaki Goshima
|
7dd33b9060
|
Add benchmark for Compact/Indent
|
2021-04-19 20:29:41 +09:00 |
Masaaki Goshima
|
34396640d5
|
Fix Indent ( validate the input buffer )
|
2021-04-19 19:55:12 +09:00 |
Masaaki Goshima
|
7565171124
|
Fix allocation strategy for Compact
|
2021-04-19 18:58:09 +09:00 |
Masaaki Goshima
|
4e0c525f9c
|
Fix lint error
|
2021-04-19 18:20:51 +09:00 |
Masaaki Goshima
|
addda3a90e
|
Fix Compact ( validate the input buffer )
|
2021-04-19 18:18:59 +09:00 |
Masaaki Goshima
|
9f6084de1c
|
Update CHANGELOG
|
2021-04-15 20:09:23 +09:00 |
Masaaki Goshima
|
cd300c9e56
|
Merge pull request #187 from IncSW/zero-values-on-custom-types
|
2021-04-15 03:04:02 +09:00 |
IncSW
|
a0bf49d201
|
update debug vm
|
2021-04-14 20:49:10 +03:00 |
IncSW
|
53590387e6
|
fix OpStructFieldOmitEmptyMarshalJSON with custom type marshaller on all VMs
|
2021-04-12 11:41:31 +03:00 |
IncSW
|
42adc0a5ab
|
extend tests with custom types
|
2021-04-12 11:41:10 +03:00 |
IncSW
|
d12ffe2c66
|
revert vm OpStructFieldOmitEmptyMarshalJSON
|
2021-04-12 10:26:32 +03:00 |
IncSW
|
ac14c18dbb
|
remove zero value checker for complex
|
2021-04-12 10:23:57 +03:00 |
IncSW
|
b57146602e
|
Fix encoding custom types zero values with omitempty when marshaller exists
|
2021-04-11 21:45:59 +03:00 |
Masaaki Goshima
|
c74c2078ea
|
Update README.md
|
2021-04-11 16:29:11 +09:00 |
Masaaki Goshima
|
29283c4c83
|
Merge pull request #185 from goccy/feature/fix-number
Fix decoder for invalid number value
|
2021-04-11 15:54:53 +09:00 |
Masaaki Goshima
|
50bf5148f3
|
Fix decoder for invalid number value
|
2021-04-11 15:18:08 +09:00 |
Masaaki Goshima
|
deec2b2b0d
|
Merge pull request #184 from goccy/feature/validate-end-buf
Fix decoding of invalid top level value
|
2021-04-10 19:23:45 +09:00 |
Masaaki Goshima
|
a4d8927b44
|
Fix lint error
|
2021-04-10 18:51:11 +09:00 |
Masaaki Goshima
|
2cb792ca28
|
Fix decoding of invalid top level value
|
2021-04-10 18:44:43 +09:00 |
Masaaki Goshima
|
6fbf3fc7c0
|
Merge pull request #183 from goccy/feature/fix-179
Fix encoding of omitempty feature for the slice or interface type
|
2021-04-10 16:48:28 +09:00 |
Masaaki Goshima
|
69e40becbf
|
Fix encoding of omitempty feature for the slice or interface type
|
2021-04-10 16:25:45 +09:00 |
Masaaki Goshima
|
8bc5727ba4
|
Merge pull request #177 from WillAbides/valid
Make Valid more consistent with "encoding/json"
|
2021-04-10 15:47:52 +09:00 |
Masaaki Goshima
|
ca141f38b6
|
Merge pull request #181 from goccy/feature/fix-180
Fix unnecessary indent for empty slice/array
|
2021-04-10 15:36:18 +09:00 |
Masaaki Goshima
|
ae56d8371d
|
Fix unnecessary indent
|
2021-04-10 15:25:02 +09:00 |
Will Roden
|
4cae8f7bc7
|
update Valid to return false when there is additional data after the validated value
|
2021-04-06 16:15:07 -05:00 |
Masaaki Goshima
|
a39bc30ed9
|
Update CHANGELOG
|
2021-04-03 01:27:08 +09:00 |
Masaaki Goshima
|
e66fb89902
|
Merge pull request #173 from goccy/feature/improve-decoder-interface-performance
Improve decoder performance for empty interface type
|
2021-04-02 20:46:39 +09:00 |
Masaaki Goshima
|
4d80b4b82c
|
Improve decoder performance for empty interface type
|
2021-04-02 19:24:46 +09:00 |
Masaaki Goshima
|
2dda80b368
|
Update CHANGELOG
|
2021-04-02 16:34:59 +09:00 |
Masaaki Goshima
|
2622779349
|
Merge pull request #172 from goccy/feature/fix-recursive-slice
Fix encoding of recursive slice/map
|
2021-04-02 14:21:27 +09:00 |
Masaaki Goshima
|
7007d6ee41
|
Fix encoding of recursive slice/map
|
2021-04-02 14:03:00 +09:00 |
Masaaki Goshima
|
fcd25024fe
|
Merge pull request #168 from goccy/feature/fix-indirect
Fix detection of indirect field
|
2021-03-31 19:58:21 +09:00 |
Masaaki Goshima
|
f3aded9b12
|
Fix detection of indirect field
|
2021-03-30 19:37:19 +09:00 |
Masaaki Goshima
|
7d4316b94a
|
Update README.md
|
2021-03-29 11:53:51 +09:00 |
Masaaki Goshima
|
bcb5c87011
|
Merge pull request #167 from goccy/feature/fix-slice-decoder
Fix decoding of slice of pointer type
|
2021-03-29 03:11:36 +09:00 |
Masaaki Goshima
|
bfbfa474d6
|
Add map type to initialize type list
|
2021-03-29 02:57:41 +09:00 |
Masaaki Goshima
|
e660ae468d
|
Fix pointer alignment error
|
2021-03-29 02:44:49 +09:00 |
Masaaki Goshima
|
e38c3606b3
|
Fix decoding of slice pointer type
|
2021-03-29 02:28:04 +09:00 |
Masaaki Goshima
|
ff31b04f58
|
Merge pull request #165 from goccy/feature/add-debug-mode
Add debug mode
|
2021-03-27 13:14:03 +09:00 |
Masaaki Goshima
|
943c6bc180
|
Fix codecov.yaml
|
2021-03-27 12:37:58 +09:00 |
Masaaki Goshima
|
5093e5bd78
|
Add type infromation to the debug information
|
2021-03-27 12:35:43 +09:00 |