1
0
mirror of https://github.com/json-iterator/go.git synced 2025-02-01 19:14:29 +02:00

12 Commits

Author SHA1 Message Date
Tao Wen
9b3ec40fd9 #133 fix empty struct skip; fix ] as empty array 2017-07-17 09:09:00 +08:00
Tao Wen
0187038bad check null/true/false 2017-07-10 15:23:35 +08:00
Tao Wen
c38e47d169 control character in string is invalid 2017-07-10 15:13:31 +08:00
Tao Wen
f0487718f6 document public symbols 2017-07-09 16:09:23 +08:00
Tao Wen
818ae1331a #68 number to string 2017-06-20 15:11:01 +08:00
Tao Wen
26708bccc9 report error when string end not found 2017-06-08 09:46:19 +08:00
Tao Wen
cfffa29c8a gofmt 2017-06-06 23:27:00 +08:00
Tao Wen
7e046e6aa7 simplify read string, and support null 2017-05-23 18:32:39 +08:00
Kisy
696f962eda fix https://github.com/json-iterator/go/issues/10
Update feature_iter_string.go

Update feature_iter_string.go
2017-02-25 13:30:55 +08:00
Tao Wen
a73e48e8bf optimize read nil/true/false 2017-01-18 23:33:40 +08:00
Tao Wen
6efc6c44ac test read string and read string as slice 2017-01-16 23:57:09 +08:00
Tao Wen
e7ff7339b2 optimize read string 2017-01-16 23:43:20 +08:00