JsonPatch.IsRemoved(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.
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.