Share via


JsonPatch.Contains(ReadOnlySpan<Byte>) Method

Definition

Determines whether the specified JSON path exists in the patch.

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

Parameters

jsonPath
ReadOnlySpan<Byte>

The JSON path to check.

Returns

Applies to