Share via


JsonPatch.Remove(ReadOnlySpan<Byte>) Method

Definition

Removes the value at the specified JSON path.

public void Remove(ReadOnlySpan<byte> jsonPath);
member this.Remove : ReadOnlySpan<byte> -> unit
Public Sub Remove (jsonPath As ReadOnlySpan(Of Byte))

Parameters

jsonPath
ReadOnlySpan<Byte>

The JSON path of the value to remove.

Applies to