1
0
mirror of https://github.com/json-iterator/go.git synced 2024-11-24 08:22:14 +02:00
Commit Graph

30 Commits

Author SHA1 Message Date
Tao Wen
15c92d48df #61 remove internal buffer from numberLazyAny 2017-06-18 22:48:28 +08:00
Tao Wen
a84cdaa694 #61 remove internal buffer from arrayAny 2017-06-18 22:40:18 +08:00
Tao Wen
9f9ca4c9fc #61 remove stringLazyAny 2017-06-18 22:24:11 +08:00
Tao Wen
985e263300 #61 removed internal buffer from lazy array and object; jsoniter.Get replaced jsoniter.UnmarshalAny 2017-06-18 22:22:13 +08:00
Tao Wen
1ec246d16b #61 read any reuse skip impl 2017-06-18 17:00:28 +08:00
Tao Wen
55fc498d27 use iterator from cache for any 2017-06-17 21:10:08 +08:00
Tao Wen
53f8d370b5 fix wrap any 2017-05-19 19:44:27 +08:00
Tao Wen
edb96991a8 add all integer types 2017-01-29 16:55:32 +08:00
Tao Wen
10a1fb8762 wrap map 2017-01-28 23:11:29 +08:00
Tao Wen
95823d0bf1 wrap object 2017-01-28 22:45:03 +08:00
Tao Wen
64c9bd0b1c wrap array 2017-01-28 21:11:36 +08:00
Tao Wen
fa16f3c75c wrap string 2017-01-26 16:41:49 +08:00
Tao Wen
cf4113fc22 wrap float 2017-01-26 16:33:16 +08:00
Tao Wen
85edb698c8 Any Get will never return nil 2017-01-26 16:24:01 +08:00
Tao Wen
9abc2f52b0 add Any GetInterface 2017-01-26 15:44:10 +08:00
Tao Wen
97472ecd96 expose Parse from Any 2017-01-26 15:40:38 +08:00
Tao Wen
4d7e181f9f implement Any WriteTo 2017-01-26 14:56:31 +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
ee54218b0a lazy array get 2017-01-24 22:56:18 +08:00
Tao Wen
fa165c684f array lazy iterator 2017-01-24 22:47:56 +08:00
Tao Wen
8656482625 array lazy fill and full fill 2017-01-24 22:36:16 +08:00
Tao Wen
2d647f04ca implement lazy object three iteration way 2017-01-24 00:23:07 +08:00
Tao Wen
38d613acf2 bool any 2017-01-23 08:45:57 +08:00
Tao Wen
b9fe012eea string any 2017-01-23 08:33:43 +08:00
Tao Wen
d49ea1bc49 float any 2017-01-22 23:38:55 +08:00
Tao Wen
ba410b045b int lazy any 2017-01-22 23:29:48 +08:00
Tao Wen
9df37bbd68 remove any 2017-01-22 19:36:19 +08:00
SuperFashi
d63a00f0bf Formated, doced. Also fixed few minor bugs. 2017-01-05 21:23:08 +08:00
Tao Wen
247a23a637 remove skipWhitespaces 2017-01-05 09:16:41 +08:00