You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!isEnabled(JsonReadFeature.ALLOW_LEADING_PLUS_SIGN_FOR_NUMBERS.mappedFeature())) {
1583
+
_reportUnexpectedNumberChar('+', "JSON spec does not allow numbers to have plus signs: enable `JsonReadFeature.ALLOW_LEADING_PLUS_SIGN_FOR_NUMBERS` to allow");
1584
+
}
1585
+
_inputPtr--;
1586
+
return_finishNumberLeadingPosZeroes();
1587
+
}
1577
1588
}
1578
1589
finalStringmessage = negative ?
1579
1590
"expected digit (0-9) to follow minus sign, for valid numeric value" :
0 commit comments