JsonPatchDocument
Represents a JSON Patch document.
            
                
public JsonPatchDocument()
Initializes a new instance of  JsonPatchDocument that uses  JsonObjectSerializer as the default serializer.
            
Initializes a new instance of  JsonPatchDocument
Initializes a new instance of  JsonPatchDocument
Initializes a new instance of  JsonPatchDocument using an existing UTF8-encoded JSON Patch document.
            
Appends an "add" operation to this  JsonPatchDocument.
            
Appends an "add" operation to this  JsonPatchDocument.
            
Appends a "copy" operation to this  JsonPatchDocument.
            
Appends a "move" operation to this  JsonPatchDocument.
            
Appends a "remove" operation to this  JsonPatchDocument.
            
Appends a "replace" operation to this  JsonPatchDocument.
            
Appends a "replace" operation to this  JsonPatchDocument.
            
Appends a "test" operation to this  JsonPatchDocument.
            
Appends a "test" operation to this  JsonPatchDocument.
            
Returns a UTF8-encoded representation of this  JsonPatchDocument instance.