byBooleanList

fun JsonObject.byBooleanList(key: String? = null, default: JsonArrayDefaultSelector<Boolean>): JsonDelegateProperty<List<Boolean>>
fun JsonObject.byBooleanList(key: String? = null, default: List<Boolean>): JsonDelegateProperty<List<Boolean>>
fun JsonObject.byBooleanList(key: String): JsonDelegateProperty<List<Boolean>>
val JsonObject.byBooleanList: JsonDelegateProperty<List<Boolean>>