byJsonArrayList

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