This commit is contained in:
choweli
2025-04-17 10:55:02 +08:00
parent 22d487624d
commit 038a6ca0c8
123 changed files with 232 additions and 224 deletions

View File

@@ -362,7 +362,7 @@ public class JSONTokener extends ReaderWrapper {
case CharUtil.LF:
case CharUtil.CR:
//throw this.syntaxError("Unterminated string");
// https://gitee.com/dromara/hutool/issues/I76CSU
// https://gitee.com/chinabugotech/hutool/issues/I76CSU
// 兼容非转义符
sb.append(c);
break;

View File

@@ -106,7 +106,7 @@ public class ArrayTypeAdapter implements MatcherJSONSerializer<Object>, MatcherJ
}
}
// https://github.com/dromara/hutool/issues/2369
// https://github.com/chinabugotech/hutool/issues/2369
// 非标准的二进制流,则按照普通数组对待
final JSONArray result = context.getOrCreateArray();
for (final byte b : bytes) {