Fix json problem
This commit is contained in:
parent
a3d41c29dc
commit
153a3bb785
|
|
@ -8,7 +8,7 @@ public class Json {
|
||||||
public static JsonElement parse(String json) {
|
public static JsonElement parse(String json) {
|
||||||
try {
|
try {
|
||||||
return JsonParser.parseString(json);
|
return JsonParser.parseString(json);
|
||||||
} catch (Exception e) {
|
} catch (Throwable e) {
|
||||||
return new JsonParser().parse(json);
|
return new JsonParser().parse(json);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
d2f7d53575d81fb021c8602c84a8f210
|
2b4bff50bb61acef1e8f8654d9822f63
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue