1
0
mirror of https://github.com/json-iterator/go.git synced 2025-01-23 18:54:21 +02:00

21 Commits

Author SHA1 Message Date
Tao Wen
d249b05a85 rename ValueType, to avoid collision with json.Number 2017-08-05 07:10:15 +08:00
Xargin
6129e85d53 increase coverage 2017-07-05 01:21:33 +08:00
Xargin
2e10d5fdad add basic int test 2017-07-04 00:19:41 +08:00
Tao Wen
f5edf564c8 gofmt 2017-06-19 23:43:53 +08:00
Tao Wen
baca358b53 add MustBeValid to Any 2017-06-19 21:21:20 +08:00
Tao Wen
15c92d48df #61 remove internal buffer from numberLazyAny 2017-06-18 22:48:28 +08:00
Tao Wen
55fc498d27 use iterator from cache for any 2017-06-17 21:10:08 +08:00
Tao Wen
b31b1301e2 #59 add ConfigFastest 2017-06-17 10:21:37 +08:00
Tao Wen
5f22e50c89 #53 support escapeHtml 2017-06-15 23:55:04 +08:00
Tao Wen
acddcf5bbf #53 extract out config 2017-06-13 16:58:53 +08:00
Tao Wen
cfffa29c8a gofmt 2017-06-06 23:27:00 +08:00
Tao Wen
edb96991a8 add all integer types 2017-01-29 16:55:32 +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
ee54218b0a lazy array get 2017-01-24 22:56:18 +08:00
Tao Wen
2d647f04ca implement lazy object three iteration way 2017-01-24 00:23:07 +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