We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1928b07 commit e42c952Copy full SHA for e42c952
src/main/java/com/fasterxml/jackson/core/json/ReaderBasedJsonParser.java
@@ -2387,6 +2387,7 @@ private final int _skipColon2(boolean gotColon) throws IOException
2387
return i;
2388
}
2389
if (i != INT_COLON) {
2390
+ --_inputPtr; // for correct error reporting
2391
_reportUnexpectedChar(i, "was expecting a colon to separate field name and value");
2392
2393
gotColon = true;
0 commit comments