JsonPatch

@Serializable
data class JsonPatch(val op: JsonPatch.Operation, val path: String, val value: JsonElement? = null, val from: String? = null)

Constructors

Link copied to clipboard
constructor(op: JsonPatch.Operation, path: String, value: JsonElement? = null, from: String? = null)

Types

Link copied to clipboard
class Builder
Link copied to clipboard
@Serializable
enum Operation : Enum<JsonPatch.Operation>

Properties

Link copied to clipboard
val from: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: JsonElement? = null