Udostępnij przez


JsonPatch.AppendNull(ReadOnlySpan<Byte>) Method

Definition

Appends NULL to an array at the specified JSON path.

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

Parameters

arrayPath
ReadOnlySpan<Byte>

The JSON path pointing at the array.

Applies to