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

23 Commits

Author SHA1 Message Date
Tao Wen
f1258b01aa fix #191 do not always assume the object field is simple string 2017-10-31 22:38:41 +08:00
Tao Wen
6240e1e798 #185 add jsoniter.Valid 2017-10-10 08:57:02 +08:00
Tao Wen
0149a5cf4a fix #183 error message not only show expectation, but also the actual value 2017-10-09 08:24:51 +08:00
Tao Wen
f6da8e62c3 #133 validate json when Skip() 2017-07-18 09:45:25 +08:00
Tao Wen
0187038bad check null/true/false 2017-07-10 15:23:35 +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
77dcffe77d tweak performance 2017-06-17 22:42:11 +08:00
Tao Wen
3307ce3ba2 #50 map key unlike object field, can contain escaped char 2017-06-12 10:13:13 +08:00
Tao Wen
cfffa29c8a gofmt 2017-06-06 23:27:00 +08:00
Tao Wen
e5a1e704ad #25 make fielding binding case insensitive 2017-05-24 13:16:09 +08:00
Tao Wen
fc44cb2d91 #26 do not enforce pointer as optional 2017-05-23 18:46:11 +08:00
Tao Wen
90888390bc fix readFloat64SlowPath not advancing the cursor 2017-05-02 10:15:21 +08:00
Tao Wen
9670a03165 fix issue on 32bit platform 2017-02-09 13:50:06 +08:00
Tao Wen
17cbb770f0 fix issue on 32bit platform 2017-02-09 13:35:58 +08:00
Tao Wen
da7ed7809b use hash for field dispatching 2017-02-08 13:46:28 +08:00
Tao Wen
928bc4ce72 ReadArrayCB 2017-01-20 13:54:51 +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
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
SuperFashi
d63a00f0bf Formated, doced. Also fixed few minor bugs. 2017-01-05 21:23:08 +08:00
Tao Wen
97849e019f fix read any; reuse existing obj for optional 2017-01-05 13:53:38 +08:00