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