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