getBooleanOrNull

fun JsonObject.getBooleanOrNull(key: String): Boolean?
fun JsonElement.getBooleanOrNull(key: String): Boolean?