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