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