Fix json problem

This commit is contained in:
FongMi 2024-01-27 00:31:39 +08:00
parent a3d41c29dc
commit 153a3bb785
3 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ public class Json {
public static JsonElement parse(String json) {
try {
return JsonParser.parseString(json);
} catch (Exception e) {
} catch (Throwable e) {
return new JsonParser().parse(json);
}
}

Binary file not shown.

View File

@ -1 +1 @@
d2f7d53575d81fb021c8602c84a8f210
2b4bff50bb61acef1e8f8654d9822f63