JsonPatchDocument.AppendAddRaw(String, String) Method

Definition

Initializes a new instance of JsonPatchDocument using an existing UTF8-encoded JSON Patch document.

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

Parameters

path
String

The path to apply the addition to.

rawJsonValue
String

The raw JSON value to add to the path.

Applies to