jsonArrayList

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