(JsonObject p_180199_0_, String p_180199_1_)
| 25 | } |
| 26 | |
| 27 | public static boolean isBoolean(JsonObject p_180199_0_, String p_180199_1_) |
| 28 | { |
| 29 | return !isJsonPrimitive(p_180199_0_, p_180199_1_) ? false : p_180199_0_.getAsJsonPrimitive(p_180199_1_).isBoolean(); |
| 30 | } |
| 31 | |
| 32 | /** |
| 33 | * Does the given JsonObject contain an array field with the given name? |
no test coverage detected