by Json Array List
fun JsonObject.byJsonArrayList(key: String? = null, default: JsonArrayDefaultSelector<JsonArray>): JsonDelegateProperty<List<JsonArray>>
Content copied to clipboard
fun JsonObject.byJsonArrayList(key: String? = null, default: List<JsonArray>): JsonDelegateProperty<List<JsonArray>>
Content copied to clipboard
fun JsonObject.byJsonArrayList(key: String): JsonDelegateProperty<List<JsonArray>>
Content copied to clipboard