[jOOQ/jOOQ#12176] Consume whitespace after number
This commit is contained in:
parent
7aafff6e1f
commit
01f205953d
@ -149,6 +149,7 @@ final class JSONParser extends AbstractParseContext {
|
||||
}
|
||||
|
||||
position(i);
|
||||
parseWhitespaceIf();
|
||||
return new String(chars, p, i - p);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user