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