Freigeben über


JsonPatch.GetJson(ReadOnlySpan<Byte>) Method

Definition

Gets the Utf8 JSON value at the specified JSON path.

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

Parameters

jsonPath
ReadOnlySpan<Byte>

The JSON path of the value to get.

Returns

Exceptions

If the jsonPath was not found.

Applies to