Share via


JsonPatch.IsRemoved(ReadOnlySpan<Byte>) Method

Definition

Checks if the value at the specified JSON path has been removed.

public bool IsRemoved(ReadOnlySpan<byte> jsonPath);
member this.IsRemoved : ReadOnlySpan<byte> -> bool
Public Function IsRemoved (jsonPath As ReadOnlySpan(Of Byte)) As Boolean

Parameters

jsonPath
ReadOnlySpan<Byte>

The JSON path of the value to check.

Returns

Applies to