1
0
mirror of https://github.com/json-iterator/go.git synced 2025-10-06 22:17:03 +02:00
Commit Graph

32 Commits

Author SHA1 Message Date
Tao Wen
ed6c434851 gofmt 2017-07-02 11:56:01 +08:00
Tao Wen
54ab168362 support uintptr 2017-07-02 11:03:13 +08:00
Tao Wen
f2c50ef73b omit empty behavior should follow the original type 2017-07-02 00:41:23 +08:00
Tao Wen
fa0965a968 trim spaces when UnmarshalJSON 2017-07-01 00:33:42 +08:00
Tao Wen
1253b8edd3 gofmt 2017-06-29 20:40:25 +08:00
Tao Wen
545a32f2a1 support TextUnmarshal 2017-06-29 00:14:55 +08:00
Tao Wen
faaa59222a fix string tag on string field 2017-06-28 23:37:10 +08:00
Tao Wen
cf77980493 fixed []byte alias 2017-06-26 14:25:56 +08:00
Tao Wen
486534c67c time as int64 2017-06-20 17:43:47 +08:00
Tao Wen
818ae1331a number to string 2017-06-20 15:11:01 +08:00
Tao Wen
b3170a8cef rename Encoder => ValEncoder and Decoder => ValDecoder 2017-06-20 07:59:45 +08:00
Tao Wen
945fe53724 fix html escape test and omit empty 2017-06-20 07:46:13 +08:00
Tao Wen
c6a598e292 # add jsoniter.RawMessage 2017-06-19 23:10:20 +08:00
Tao Wen
3d5f6d3a4a string mode support both encoding and decoding 2017-06-17 11:38:09 +08:00
Tao Wen
84ad508437 should return error if concrete tpye unknown 2017-06-09 17:06:27 +08:00
Tao Wen
cfffa29c8a gofmt 2017-06-06 23:27:00 +08:00
Tao Wen
a4e5abf492 support []byte; marshal without copy 2017-06-06 09:44:56 +08:00
Tao Wen
fe9fa8900e support json.RawMessage 2017-06-02 10:50:23 +08:00
Tao Wen
ad3a7fde32 support json.Number 2017-06-02 10:21:43 +08:00
Tao Wen
707ed3b091 support non empty interface 2017-05-27 00:36:21 +08:00
Tao Wen
7d2ae80c37 support json.Unmarshaler 2017-05-24 16:04:11 +08:00
Tao Wen
f6f159e108 support json.Marshaler 2017-05-24 14:34:00 +08:00
Tao Wen
5488fde97f fix one field struct interface{} optimization compatibility 2017-05-23 17:44:50 +08:00
Tao Wen
d1aa59e34e implement omitempty 2017-03-08 07:38:25 -08:00
Tao Wen
6880076b44 fix map[string]interface{} in struct 2017-02-03 18:44:54 +08:00
Tao Wen
9b587c0f22 suport encode interface 2017-01-26 00:25:17 +08:00
Tao Wen
f1c4dbde29 support map of interface{} 2017-01-25 22:43:57 +08:00
Tao Wen
9df37bbd68 remove any 2017-01-22 19:36:19 +08:00
Tao Wen
a57c8c6202 test array of interface 2017-01-09 21:00:01 +08:00
Tao Wen
552afb3625 struct encoder 2017-01-09 19:19:48 +08:00
Tao Wen
5b0609f901 support int/string encode 2017-01-09 17:47:21 +08:00
Tao Wen
101dfdbb2a fix 4 fields object decoding 2017-01-06 20:17:47 +08:00