Skip to content

JsonPointer.Implicit Operator

Definition

Namespace: Corvus.Text.Json.Patch
Assembly: Corvus.Text.Json.dll

Overloads

Operator Description
implicit operator JsonElement(JsonPointer) Converts the instance to a JsonElement.
implicit operator JsonPointer(JsonElement) Converts the instance from a JsonElement.

implicit operator JsonElement(JsonPointer)

Converts the instance to a JsonElement.

public static implicit operator JsonElement(JsonPointer instance)

Parameters

Name Type Description
instance JsonPointer

Returns

JsonElement

An instance of JsonElement, initialized from the IJsonElement.

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

implicit operator JsonPointer(JsonElement)

Converts the instance from a JsonElement.

public static implicit operator JsonPointer(JsonElement instance)

Parameters

Name Type Description
instance JsonElement

Returns

JsonPointer

An instance of the type, initialized from the JsonElement.

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests.

Open an issue