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

43 Commits

Author SHA1 Message Date
Tao Wen
bede1d7f40 fix build; add document for exported symbols 2017-07-09 14:48:34 +08:00
Tao Wen
711f836582 fix go report card 2017-07-09 11:10:44 +08:00
Javier Provecho Fernandez
2c10d8e6bb test(object): add test for ignored field on not valid type 2017-07-08 16:50:11 +02:00
Tao Wen
b74ffb2e03 import github.com/stretchr/testify/require 2017-07-07 09:13:25 +08:00
Xargin
d4c0cb2986 increase reflect object coverage, need optimize in the future 2017-07-06 15:31:35 +08:00
Xargin
ee6536c50a increase coverage 2017-07-06 11:44:39 +08:00
Xargin
550531a046 increase coverage 2017-07-05 11:40:20 +08:00
Tao Wen
a3a2d1cd25 #87 fix embedded field sorting order 2017-06-30 14:01:50 +08:00
Tao Wen
dc44e85a86 #73 fix interface{} optimization for one ptr field struct and array 2017-06-26 22:37:24 +08:00
Tao Wen
8f8e16b4c2 #63 keep struct field order 2017-06-23 08:21:02 +08:00
Tao Wen
d7ea1acd3f #63 fix embed struct at last 2017-06-23 07:45:18 +08:00
Tao Wen
ff3c624fa9 fix anonymous fields 2017-06-21 00:26:18 +08:00
Tao Wen
818ae1331a #68 number to string 2017-06-20 15:11:01 +08:00
Tao Wen
8f6a840c63 fix anonymous struct 2017-06-20 13:33:40 +08:00
Tao Wen
f5edf564c8 gofmt 2017-06-19 23:43:53 +08:00
Tao Wen
eecb062c32 #63 support decode anonymous struct 2017-06-19 23:02:57 +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
d867c8ba5c #53 split config into Config and frozenConfig 2017-06-13 18:49:35 +08:00
Tao Wen
d0418857ce #53 move current config EnableXXX 2017-06-13 17:47:40 +08:00
Tao Wen
48e9f6ec84 move IndentionStep to config 2017-06-13 17:03:27 +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
e36f926072 fix random go test failure 2017-06-02 17:34:40 +08:00
Tao Wen
9d1feb5431 fix tests 2017-02-12 22:49:45 +08:00
Tao Wen
1e91dbbf58 map any support get all 2017-01-31 23:16:40 +08:00
Tao Wen
bf459b9a49 object lazy any support get all 2017-01-31 20:26:35 +08:00
Tao Wen
95823d0bf1 wrap object 2017-01-28 22:45:03 +08:00
Tao Wen
85edb698c8 Any Get will never return nil 2017-01-26 16:24:01 +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
94ae645ab9 array/object to bool/int 2017-01-24 23:13:58 +08:00
Tao Wen
2d647f04ca implement lazy object three iteration way 2017-01-24 00:23:07 +08:00
Tao Wen
80c86e63b1 read object cb 2017-01-20 12:56:49 +08:00
Tao Wen
d14b025931 make ReadObject return safe string 2017-01-20 12:40:52 +08:00
Tao Wen
21549b9fd8 write object 2017-01-07 22:08:45 +08:00
SuperFashi
d63a00f0bf Formated, doced. Also fixed few minor bugs. 2017-01-05 21:23:08 +08:00
Tao Wen
44a65aa13a remove callback api 2016-12-08 09:48:26 +08:00
Tao Wen
e5e9a13f2e support cb 2016-12-06 21:10:09 +08:00
Tao Wen
c44e7c496a optimize read string 2016-12-06 14:23:59 +08:00
Tao Wen
18a2587df6 reflect string 2016-12-04 11:06:38 +08:00
Tao Wen
b32182e935 test nested 2016-12-01 16:11:07 +08:00