Initializer
init(variantPatchOperation:pointer:)
Creates a patch to update a JSON value.
init<Value>(variantPatchOperation: VariantPatchOperation<Value>, pointer: JSONPointer) where Value : Decodable, Value : Encodable
Parameters
variantPatchOperationThe patch to apply.
pointerThe pointer to the value to update.
Discussion
Values of this type follow the JSON Patch format.