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
|
7421d82c43
|
Fix syntax error
|
2020-11-27 17:11:53 +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
|
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
|
445cc4c1af
|
Fix encoding of json.Number
|
2020-08-21 01:12:29 +09:00 |
Masaaki Goshima
|
74276c6af3
|
Fix decoder for string tag
|
2020-08-20 12:38:50 +09:00 |
Masaaki Goshima
|
7ffe1ddb35
|
Fix MarshalJSON/MarshalText
|
2020-08-18 13:36:36 +09:00 |
Masaaki Goshima
|
42368dcccb
|
Fix compact/indent
|
2020-08-14 18:18:32 +09:00 |
Masaaki Goshima
|
ee13701278
|
Add Compact/Indent/HTMLEscape/Valid
|
2020-08-12 16:54:15 +09:00 |
Masaaki Goshima
|
371fbf2403
|
Support RawMessage
|
2020-08-11 18:11:13 +09:00 |
Masaaki Goshima
|
f9ffbb1940
|
Support json.Number
|
2020-08-11 18:04:32 +09:00 |
Masaaki Goshima
|
b4b79620aa
|
Add stream decoder
|
2020-05-24 21:31:10 +09:00 |
Masaaki Goshima
|
d8d711ecf9
|
Add error type compatible with encoding/json
|
2020-05-09 01:07:33 +09:00 |
Masaaki Goshima
|
c23e5f43a7
|
Support UnmarshalJSON
|
2020-05-08 20:22:57 +09:00 |
Masaaki Goshima
|
2e232f1d63
|
Append NUL character to end of buffer
|
2020-05-07 13:57:17 +09:00 |
Masaaki Goshima
|
33dcd50a5d
|
Support MarshalJSON/MarshalText
|
2020-05-04 18:39:17 +09:00 |
Masaaki Goshima
|
6602d2d38c
|
Support SetEscapeHTML
|
2020-05-03 17:41:33 +09:00 |
Masaaki Goshima
|
3d7267abc8
|
Add MarshalIndent
|
2020-05-02 23:35:41 +09:00 |
Masaaki Goshima
|
24447ce7e9
|
Add UnmarshalNoEscape
|
2020-04-24 21:57:11 +09:00 |
Masaaki Goshima
|
015eb040ee
|
Add reflect.rtype trick
|
2020-04-24 20:23:26 +09:00 |
Masaaki Goshima
|
2c11838fe3
|
Add decoder
|
2020-04-22 13:06:52 +09:00 |
Masaaki Goshima
|
39812b172b
|
Fix public interface for encoding/json
|
2020-04-21 14:19:50 +09:00 |
Masaaki Goshima
|
1d576e23f8
|
Add encoder
|
2020-04-19 19:51:22 +09:00 |