Freigeben über


JsonPatch.SetNull(ReadOnlySpan<Byte>) Method

Definition

Sets NULL at the specified JSON path.

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

Parameters

jsonPath
ReadOnlySpan<Byte>

The JSON path of the value to be set.

Applies to