This commit is contained in:
Redkale
2017-06-24 22:45:19 +08:00
parent 0df9a940c5
commit b0ab792f72

View File

@@ -253,7 +253,7 @@ public class JsonByteBufferReader extends JsonReader {
throw new ConvertException("illegal escape(" + c + ") (position = " + this.position + ")");
}
} else if (ch == ',' || ch == ']' || ch == '}' || ch <= ' ' || ch == ':') { // ch <= ' ' 包含 0
this.currentChar = ch;
backChar(ch);
break;
} else {
sb.append(ch);