Udostępnij za pośrednictwem


JsonPatchDocument Class

Definition

A JSONPatch document as defined by RFC 6902.

public class JsonPatchDocument
type JsonPatchDocument = class
Public Class JsonPatchDocument
Inheritance
JsonPatchDocument

Constructors

JsonPatchDocument(JsonPatchOperation, String)

Initializes a new instance of JsonPatchDocument.

Properties

From

Optional field used in copy and move operations.

Op

The operation to be performed.

Path

A JSON-Pointer.

Value

A value to be used in the operation on the path.

Applies to