Masaaki Goshima
|
18e30e0106
|
Merge pull request #18 from goccy/feature/support-all-apis
Add Compact/Indent/HTMLEscape/Valid
|
2020-08-12 16:57:50 +09:00 |
Masaaki Goshima
|
ee13701278
|
Add Compact/Indent/HTMLEscape/Valid
|
2020-08-12 16:54:15 +09:00 |
Masaaki Goshima
|
1d52cdb354
|
Update README.md
|
2020-08-11 19:07:44 +09:00 |
Masaaki Goshima
|
3c717a025c
|
Merge pull request #16 from goccy/feature/support-disallow-unknown-fields
Support DisallowUnknownFields
|
2020-08-11 19:07:02 +09:00 |
Masaaki Goshima
|
e112aa753e
|
Support DisallowUnknownFields
|
2020-08-11 19:05:20 +09:00 |
Masaaki Goshima
|
63940902c0
|
Merge pull request #15 from goccy/feature/support-raw-message
Support RawMessage
|
2020-08-11 18:14:26 +09:00 |
Masaaki Goshima
|
371fbf2403
|
Support RawMessage
|
2020-08-11 18:11:13 +09:00 |
Masaaki Goshima
|
0943ec9fb8
|
Merge pull request #14 from goccy/feature/support-json-number
Support json.Number
|
2020-08-11 18:07:10 +09:00 |
Masaaki Goshima
|
f9ffbb1940
|
Support json.Number
|
2020-08-11 18:04:32 +09:00 |
Masaaki Goshima
|
f3d0d848f2
|
Merge pull request #13 from goccy/feature/fix-parallel-encoding
Fix parallel encoding
|
2020-08-09 18:08:42 +09:00 |
Masaaki Goshima
|
b9bb609c1d
|
Fix parallel encoding
|
2020-08-09 17:55:49 +09:00 |
Masaaki Goshima
|
c359cc258f
|
Merge pull request #12 from goccy/feature/fix-field-after-omitempty
Fix encoding of struct field after omitempty field
|
2020-08-08 19:00:47 +09:00 |
Masaaki Goshima
|
7eafd08a56
|
Fix encoding of struct field after omitempty field
|
2020-08-08 18:53:01 +09:00 |
Masaaki Goshima
|
a6c3a47779
|
Merge pull request #10 from goccy/feature/fix-nested-map
Fix handling of end character in map
|
2020-08-08 13:45:21 +09:00 |
Masaaki Goshima
|
8e854178d0
|
Fix nested map
|
2020-08-08 13:43:24 +09:00 |
Masaaki Goshima
|
1aad6b6bfa
|
Merge pull request #9 from goccy/feature/fix-null-values
Fix handling of null value for some types
|
2020-08-08 13:23:32 +09:00 |
Masaaki Goshima
|
69573d1b74
|
Fix null value for struct field
|
2020-08-08 13:20:42 +09:00 |
Masaaki Goshima
|
4f06b13b6b
|
Merge pull request #6 from goccy/feature/fix-null-in-string
Fix null in string type
|
2020-08-08 12:23:58 +09:00 |
Masaaki Goshima
|
460499ee65
|
Fix null in string type
|
2020-08-08 12:21:25 +09:00 |
Masaaki Goshima
|
96528bcc62
|
Update README.md
|
2020-08-02 17:38:04 +09:00 |
Masaaki Goshima
|
067203cf86
|
Update README.md
|
2020-08-02 17:27:38 +09:00 |
Masaaki Goshima
|
43e23d28f8
|
Update README.md
|
2020-08-02 17:24:39 +09:00 |
Masaaki Goshima
|
0b40addc16
|
Improve performance for stream decoding
|
2020-07-31 22:38:43 +09:00 |
Masaaki Goshima
|
83d55b8f1b
|
Update README.md
|
2020-07-31 20:39:40 +09:00 |
Masaaki Goshima
|
b657de245c
|
Merge pull request #4 from goccy/feature/support-stream-decoding
Support stream decoding
|
2020-07-31 20:38:33 +09:00 |
Masaaki Goshima
|
66b0490583
|
Support InputOffset
|
2020-07-31 20:31:14 +09:00 |
Masaaki Goshima
|
6583ab9b31
|
Add benchmark for large struct
|
2020-07-31 20:28:04 +09:00 |
Masaaki Goshima
|
c4c6b6a99d
|
Add benchmark for medium struct
|
2020-07-31 20:24:39 +09:00 |
Masaaki Goshima
|
c14253089e
|
Fix stream decoder for slice
|
2020-07-31 18:52:22 +09:00 |
Masaaki Goshima
|
daec57244d
|
Merge branch 'master' of github.com:goccy/go-json into feature/support-stream-decoding
|
2020-07-31 18:46:54 +09:00 |
Masaaki Goshima
|
9eaa46775c
|
Fix benchmark source
|
2020-07-31 18:24:33 +09:00 |
Masaaki Goshima
|
016803b843
|
Fix chunkBufferSize
|
2020-07-31 18:08:21 +09:00 |
Masaaki Goshima
|
38ac0e025d
|
Add benchmark for Decode of GoJay
|
2020-07-31 18:07:40 +09:00 |
Masaaki Goshima
|
2240ebcb1a
|
Refactor nul character
|
2020-07-31 18:07:23 +09:00 |
Masaaki Goshima
|
53792a1f58
|
Fix stream decoder bug
|
2020-07-31 18:07:11 +09:00 |
Masaaki Goshima
|
80acd42b80
|
Optimize streaming decoder
|
2020-07-31 17:10:03 +09:00 |
Masaaki Goshima
|
961b6a202e
|
Add benchmark for stream decoding
|
2020-07-31 12:22:00 +09:00 |
Masaaki Goshima
|
20b67ad48d
|
Support Decoder.Token
|
2020-07-30 22:41:53 +09:00 |
Masaaki Goshima
|
ca11a94e01
|
Merge pull request #3 from goccy/feature/fix-slice-decoder
Fix a bug that crashes in parallel execution
|
2020-05-31 00:21:39 +09:00 |
Masaaki Goshima
|
c5729232f5
|
Merge pull request #2 from zchee/remove-unused-mod
benchmark: remove unused module
|
2020-05-31 00:20:08 +09:00 |
Masaaki Goshima
|
48b2c82759
|
Fix a bug that crashes in parallel execution
|
2020-05-31 00:11:50 +09:00 |
Koichi Shiraishi
|
530b5284de
|
benchmark: remove unused module
|
2020-05-31 00:00:06 +09:00 |
Masaaki Goshima
|
b4b79620aa
|
Add stream decoder
|
2020-05-24 21:31:10 +09:00 |
Masaaki Goshima
|
43a7bdedaa
|
Update README.md
|
2020-05-23 12:53:00 +09:00 |
Masaaki Goshima
|
4acc22e0fe
|
Support SyntaxError
|
2020-05-23 12:51:09 +09:00 |
Masaaki Goshima
|
12b34f0663
|
Update README.md
|
2020-05-14 22:05:25 +09:00 |
Masaaki Goshima
|
e562358cdf
|
Removed dependency on xerrors
|
2020-05-09 01:49:37 +09:00 |
Masaaki Goshima
|
aae63769a1
|
Support MarshalerError
|
2020-05-09 01:38:00 +09:00 |
Masaaki Goshima
|
3d786b69c4
|
Update README.md
|
2020-05-09 01:12:36 +09:00 |
Masaaki Goshima
|
d8d711ecf9
|
Add error type compatible with encoding/json
|
2020-05-09 01:07:33 +09:00 |