1
0
mirror of https://github.com/json-iterator/go.git synced 2025-06-24 23:16:47 +02:00
Commit Graph

19 Commits

Author SHA1 Message Date
1253b8edd3 gofmt 2017-06-29 20:40:25 +08:00
e6c24947ee array is just like struct, one element case special for interface{ 2017-06-29 18:58:40 +08:00
dc44e85a86 #73 fix interface{} optimization for one ptr field struct and array 2017-06-26 22:37:24 +08:00
486534c67c #67 time as int64 2017-06-20 17:43:47 +08:00
818ae1331a #68 number to string 2017-06-20 15:11:01 +08:00
b3170a8cef rename Encoder => ValEncoder and Decoder => ValDecoder 2017-06-20 07:59:45 +08:00
f5edf564c8 gofmt 2017-06-19 23:43:53 +08:00
c3f5a2c536 #64 support fixed array 2017-06-19 23:43:28 +08:00
d867c8ba5c #53 split config into Config and frozenConfig 2017-06-13 18:49:35 +08:00
acddcf5bbf #53 extract out config 2017-06-13 16:58:53 +08:00
788918b85d #56 nil map or array should be null not [] or {} 2017-06-13 09:14:19 +08:00
cfffa29c8a gofmt 2017-06-06 23:27:00 +08:00
5488fde97f fix one field struct interface{} optimization compatibility 2017-05-23 17:44:50 +08:00
91b9e828b7 support recursive type 2017-05-05 16:51:05 +08:00
e5476f70e7 #16 fix slice of map 2017-04-16 14:05:08 +08:00
d1aa59e34e #12 implement omitempty 2017-03-08 07:38:25 -08:00
9b587c0f22 suport encode interface 2017-01-26 00:25:17 +08:00
90fc0b822f array encoder 2017-01-09 19:48:57 +08:00
5af8cc4b09 split files 2017-01-07 07:49:50 +08:00