Only use DatatypeConverter as a fallback

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2022-11-12 14:48:42 +00:00
parent 8a81aaaa0a
commit 7534eaf006
6 changed files with 67 additions and 24 deletions

View File

@@ -420,7 +420,7 @@ public final class JsonParser {
return character() == 'n' && read() == 'u' && read() == 'l' && read() == 'l';
}
public class JsonParseException extends IOException {
public static class JsonParseException extends IOException {
private static final long serialVersionUID = 1L;