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