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

38 Commits

Author SHA1 Message Date
Tao Wen
156284b028 #137 fix unicode surrogate incompatibility 2017-07-18 23:17:52 +08:00
Tao Wen
9b3ec40fd9 #133 fix empty struct skip; fix ] as empty array 2017-07-17 09:09:00 +08:00
Tao Wen
8b03604184 Merge pull request #131 from cch123/feature-increase-coverage
update conversion table, add string escape test
2017-07-13 19:01:45 +08:00
Xargin
93ce14316d increase coverage 2017-07-13 15:32:26 +08:00
Tao Wen
c38e47d169 control character in string is invalid 2017-07-10 15:13:31 +08:00
Jordan Liggitt
a447a8f797
Add tests for malformed string input 2017-07-10 02:44:15 -04:00
Tao Wen
f0487718f6 document public symbols 2017-07-09 16:09:23 +08:00
Tao Wen
b74ffb2e03 import github.com/stretchr/testify/require 2017-07-07 09:13:25 +08:00
Tao Wen
21b9254da4 skip t.Run below 1.8 2017-07-02 15:20:18 +08:00
Tao Wen
c4f54740f7 separate 1.8 tests 2017-07-02 14:27:16 +08:00
Tao Wen
81e64121ba #71 fix html escape for string alias 2017-06-26 09:57:45 +08:00
Tao Wen
8f8e16b4c2 #63 keep struct field order 2017-06-23 08:21:02 +08:00
Tao Wen
ebed7df895 fix unicode and escape 2017-06-22 16:00:47 +08:00
Tao Wen
caaa04195e #69 fix unicode support 2017-06-21 18:25:37 +08:00
Tao Wen
945fe53724 fix html escape test and omit empty 2017-06-20 07:46:13 +08:00
Tao Wen
8ab46965bd extract out any tests 2017-06-17 21:32:48 +08:00
Tao Wen
0195110b5b gofmt 2017-06-17 21:11:23 +08:00
Tao Wen
b31b1301e2 #59 add ConfigFastest 2017-06-17 10:21:37 +08:00
Tao Wen
e0e2423e9a #53 test compatibility without html escape 2017-06-16 16:03:02 +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
788918b85d #56 nil map or array should be null not [] or {} 2017-06-13 09:14:19 +08:00
Tao Wen
84ad508437 #48 should return error if concrete tpye unknown 2017-06-09 17:06:27 +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
fa16f3c75c wrap string 2017-01-26 16:41:49 +08:00
Tao Wen
b9fe012eea string any 2017-01-23 08:33:43 +08:00
Tao Wen
1163c348f6 fix write string 2017-01-22 00:04:08 +08:00
Tao Wen
1d29fa38ef read to interface{} 2017-01-21 16:09:38 +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
Tao Wen
5b0609f901 support int/string encode 2017-01-09 17:47:21 +08:00
Tao Wen
6f57d41461 add stream 2017-01-07 12:28:16 +08:00
SuperFashi
d63a00f0bf Formated, doced. Also fixed few minor bugs. 2017-01-05 21:23:08 +08:00
Tao Wen
aa42ac95c0 implement any api 2016-12-10 23:59:40 +08:00
Tao Wen
f98c2a4150 support WhatIsNext 2016-12-10 14:34:36 +08:00
Tao Wen
c44e7c496a optimize read string 2016-12-06 14:23:59 +08:00
Tao Wen
5488b122cd merge lexer with iterator 2016-12-01 10:35:38 +08:00