Type Method
replace(pointer:encodableValue:)
A replacement operation.
static func replace(pointer: JSONPointer, encodableValue: any Encodable) -> JSONPatchOperation
Parameters
pointerThe pointer to the value to replace.
encodableValueThe value to use in the replacement.