1
0
mirror of https://github.com/json-iterator/go.git synced 2024-12-09 08:55:35 +02:00
Commit Graph

303 Commits

Author SHA1 Message Date
Tao Wen
9e8238cdc6 remove unused file 2017-06-06 12:41:13 +08:00
Tao Wen
a4e5abf492 support []byte; marshal without copy 2017-06-06 09:44:56 +08:00
Tao Wen
3979955e69 support TextMarshaler as map key 2017-06-06 00:09:33 +08:00
Tao Wen
5fd09f0e02 remove mapInterfaceEncoder 2017-06-05 23:56:37 +08:00
Tao Wen
af4982b22c support decode int key map 2017-06-05 23:53:48 +08:00
Tao Wen
29dc1d407d write map with int key 2017-06-05 23:01:00 +08:00
Tao Wen
5b27aaa62c update test 2017-06-05 22:10:01 +08:00
Tao Wen
106636a191 update test 2017-06-05 22:08:28 +08:00
Tao Wen
f50c4cfbbe Merge branch 'master' of https://github.com/json-iterator/go 2017-06-05 22:05:02 +08:00
Tao Wen
87149ae489 add simple marshal benchmark 2017-06-05 22:04:52 +08:00
nifei
c0a4ad72e1 example test 2017-06-05 20:37:08 +08:00
nifei
404c0ee44b Decoder doc 2017-06-05 19:57:20 +08:00
nifei
10c1506f87 link test 2017-06-05 19:38:34 +08:00
nifei
9a43fe6468 adapter api comment 2017-06-05 19:31:30 +08:00
nifei
95e03f2937 Marshal comment 2017-06-05 19:19:46 +08:00
nifei
4406ed9e62 Marshal comment 2017-06-05 19:18:12 +08:00
nifei
ff027701f5 Marshal comment 2017-06-05 19:15:56 +08:00
nifei
c69b61f879 Marshal comment 2017-06-05 19:14:40 +08:00
nifei
d97f5db769 Marshal comment 2017-06-05 19:11:16 +08:00
Tao Wen
45bbb40a9f #34 implement NewEncoder 2017-06-02 18:46:44 +08:00
Tao Wen
e36f926072 fix random go test failure 2017-06-02 17:34:40 +08:00
Tao Wen
59e71bacc8 #36 handle anonymous 2017-06-02 16:52:20 +08:00
Tao Wen
5cb0d35610 eof is not error 2017-06-02 16:06:33 +08:00
Tao Wen
69b742e73a #34 support More() and Buffered() 2017-06-02 16:00:12 +08:00
Tao Wen
a7f992f0e1 #35 fix json.Number matches string 2017-06-02 15:43:58 +08:00
Tao Wen
4cc44e7380 #34 add decoder adapter 2017-06-02 15:38:20 +08:00
Tao Wen
5310d4aa9a syntax highlight 2017-06-02 11:20:54 +08:00
Tao Wen
2051e3b8ae simplify readme 2017-06-02 11:20:24 +08:00
Tao Wen
fe9fa8900e #31 support json.RawMessage 2017-06-02 10:50:23 +08:00
Tao Wen
ad3a7fde32 #30 support json.Number 2017-06-02 10:21:43 +08:00
Tao Wen
377b892102 support big float and int 2017-05-31 12:40:50 +08:00
Tao Wen
707ed3b091 support non empty interface 2017-05-27 00:36:21 +08:00
Tao Wen
a7a7c7879a allocate less buffer for writing to []byte 2017-05-26 07:52:54 +08:00
Tao Wen
f20f74519d RegisterTypeEncoder and RegisterTypeDecoder should have higher priority 2017-05-24 23:39:34 +08:00
Tao Wen
7d2ae80c37 #27 support json.Unmarshaler 2017-05-24 16:04:11 +08:00
Tao Wen
f6f159e108 #27 support json.Marshaler 2017-05-24 14:34:00 +08:00
Tao Wen
e5a1e704ad #25 make fielding binding case insensitive 2017-05-24 13:16:09 +08:00
Tao Wen
7d5f90261e #28 extension should support specifying encoder 2017-05-24 10:58:56 +08:00
Tao Wen
6126a6d3ca #23 hide unexported fields by default 2017-05-24 09:39:11 +08:00
Tao Wen
5fbe4e387d #21 #22 marshal float precisely by default 2017-05-24 09:08:15 +08:00
Tao Wen
fc44cb2d91 #26 do not enforce pointer as optional 2017-05-23 18:46:11 +08:00
Tao Wen
7e046e6aa7 simplify read string, and support null 2017-05-23 18:32:39 +08:00
Tao Wen
5488fde97f fix one field struct interface{} optimization compatibility 2017-05-23 17:44:50 +08:00
Tao Wen
53f8d370b5 fix wrap any 2017-05-19 19:44:27 +08:00
Tao Wen
3f1fcaff87 demonstrate how to customize float encoding 2017-05-11 08:00:50 +08:00
Tao Wen
1df353727b customize []byte encoder 2017-05-06 20:52:36 +08:00
Tao Wen
b893a0359d trim end space 2017-05-05 17:44:09 +08:00
Tao Wen
a92111261c fix struct with one pointer field 2017-05-05 17:27:41 +08:00
Tao Wen
91b9e828b7 support recursive type 2017-05-05 16:51:05 +08:00
Tao Wen
6bd835aeb1 test type encoder 2017-05-05 08:22:19 +08:00