json Element List
fun JsonModel.jsonElementList(key: String? = null, default: JsonArrayDefaultSelector<JsonElement>): JsonDelegateProperty<List<JsonElement>>
Content copied to clipboard
fun JsonModel.jsonElementList(key: String? = null, default: List<JsonElement>): JsonDelegateProperty<List<JsonElement>>
Content copied to clipboard
fun JsonModel.jsonElementList(key: String): JsonDelegateProperty<List<JsonElement>>
Content copied to clipboard