JsonNode.Root Property

Definition

Gets the root JsonNode.

public System.Text.Json.Nodes.JsonNode Root { get; }

Property Value

Remarks

The current node is returned if it is a root.

Applies to