1
0
mirror of https://github.com/json-iterator/go.git synced 2025-07-03 23:30:41 +02:00
Commit Graph

19 Commits

Author SHA1 Message Date
25f147f530 add ReadNumber for Iterator. 2017-12-17 16:44:04 +08:00
f705934fbf #138 fix - without following digits; fix 1.e1 2017-07-18 23:48:40 +08:00
17a26a6e20 remove debug print 2017-07-18 23:24:21 +08:00
6b6938829d #136 strconv.ParseFloat can not validate 1. , added extra validation for this special case 2017-07-18 22:19:52 +08:00
18d6ae2668 #135 fix leading zero 2017-07-18 11:23:29 +08:00
c966eaa031 #135 fix double negative 2017-07-18 11:05:39 +08:00
0d6dae80e1 Fix exponent parsing 2017-07-10 02:06:37 -04:00
f0487718f6 document public symbols 2017-07-09 16:09:23 +08:00
bede1d7f40 fix build; add document for exported symbols 2017-07-09 14:48:34 +08:00
818ae1331a #68 number to string 2017-06-20 15:11:01 +08:00
d0418857ce #53 move current config EnableXXX 2017-06-13 17:47:40 +08:00
cfffa29c8a gofmt 2017-06-06 23:27:00 +08:00
fe9fa8900e #31 support json.RawMessage 2017-06-02 10:50:23 +08:00
377b892102 support big float and int 2017-05-31 12:40:50 +08:00
90888390bc fix readFloat64SlowPath not advancing the cursor 2017-05-02 10:15:21 +08:00
54a69f1da2 fix read int ranges 2017-01-15 23:17:17 +08:00
399ee3faaa optimize read int32 2017-01-15 22:50:31 +08:00
c3c57d61b5 optimize read float64 2017-01-15 18:08:49 +08:00
5b2a731963 implement readFloat32 fast path 2017-01-15 17:30:02 +08:00