json Array List
fun JsonModel.jsonArrayList(key: String? = null, default: JsonArrayDefaultSelector<JsonArray>): JsonDelegateProperty<List<JsonArray>>
Content copied to clipboard
fun JsonModel.jsonArrayList(key: String? = null, default: List<JsonArray>): JsonDelegateProperty<List<JsonArray>>
Content copied to clipboard
fun JsonModel.jsonArrayList(key: String): JsonDelegateProperty<List<JsonArray>>
Content copied to clipboard