Share via


JsonPatch.GetByte(ReadOnlySpan<Byte>) Method

Definition

Gets a byte value at the specified JSON path.

public byte GetByte(ReadOnlySpan<byte> jsonPath);
member this.GetByte : ReadOnlySpan<byte> -> byte
Public Function GetByte (jsonPath As ReadOnlySpan(Of Byte)) As Byte

Parameters

jsonPath
ReadOnlySpan<Byte>

The JSON path of the value to get.

Returns

Exceptions

If the jsonPath was not found.

Applies to