JsonPatchDocument.AppendTestRaw(String, String) Method

Definition

Appends a "test" operation to this JsonPatchDocument.

public void AppendTestRaw (string path, string rawJsonValue);
member this.AppendTestRaw : string * string -> unit
Public Sub AppendTestRaw (path As String, rawJsonValue As String)

Parameters

path
String

The path to test.

rawJsonValue
String

The raw JSON value to test against.

Applies to