JsonPatch.Contains(ReadOnlySpan<Byte>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.