This commit is contained in:
Looly
2023-03-13 05:04:50 +08:00
parent 5b559d19bd
commit 48eec2a8ae
92 changed files with 1487 additions and 651 deletions

View File

@@ -460,6 +460,7 @@ public final class InternalJSONUtil {
* @param c 字符
* @return 转义后的字符串
*/
@SuppressWarnings("UnnecessaryUnicodeEscape")
private static String escape(final char c) {
switch (c) {
case '\b':