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

29 Commits

Author SHA1 Message Date
Ewan Chou
25f147f530 add ReadNumber for Iterator. 2017-12-17 16:44:04 +08:00
Tao Wen
e066e54964 #135 verify 1e1 and 1.0e1 is handled same as std 2017-07-18 11:28:19 +08:00
Jordan Liggitt
0d6dae80e1
Fix exponent parsing 2017-07-10 02:06:37 -04:00
Tao Wen
b74ffb2e03 import github.com/stretchr/testify/require 2017-07-07 09:13:25 +08:00
Xargin
ee6536c50a increase coverage 2017-07-06 11:44:39 +08:00
Tao Wen
21b9254da4 skip t.Run below 1.8 2017-07-02 15:20:18 +08:00
Tao Wen
c009421781 fix write float compatibility 2017-07-02 15:11:36 +08:00
Tao Wen
39c9bb226a fix lossy float marshal and omit empty 2017-06-20 07:51:38 +08:00
Tao Wen
8ab46965bd extract out any tests 2017-06-17 21:32:48 +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
d75b539bad add test for scientific float 2017-06-07 21:34:56 +08:00
Tao Wen
cfffa29c8a gofmt 2017-06-06 23:27:00 +08:00
Tao Wen
377b892102 support big float and int 2017-05-31 12:40:50 +08:00
Tao Wen
5fbe4e387d #21 #22 marshal float precisely by default 2017-05-24 09:08:15 +08:00
Tao Wen
90888390bc fix readFloat64SlowPath not advancing the cursor 2017-05-02 10:15:21 +08:00
Tao Wen
cf4113fc22 wrap float 2017-01-26 16:33:16 +08:00
Tao Wen
d49ea1bc49 float any 2017-01-22 23:38:55 +08:00
Tao Wen
1d29fa38ef read to interface{} 2017-01-21 16:09:38 +08:00
Tao Wen
c3c57d61b5 optimize read float64 2017-01-15 18:08:49 +08:00
Tao Wen
5b2a731963 implement readFloat32 fast path 2017-01-15 17:30:02 +08:00
Tao Wen
552afb3625 struct encoder 2017-01-09 19:19:48 +08:00
Tao Wen
bdbf8dcd42 write float64 2017-01-07 23:32:54 +08:00
Tao Wen
ba3c30799b write float 32 2017-01-07 23:06:48 +08:00
SuperFashi
d63a00f0bf Formated, doced. Also fixed few minor bugs. 2017-01-05 21:23:08 +08:00
Tao Wen
ec19f6de6a optimize read float 2016-12-08 10:02:18 +08:00
Tao Wen
688f2968dd optimize read float 2016-12-06 10:21:47 +08:00
Tao Wen
f96cc49fd4 support float 2016-12-01 23:25:29 +08:00