JsonNode.Parent Property

Definition

Gets the parent JsonNode. If there is no parent, null is returned. A parent can either be a JsonObject or a JsonArray.

public:
 property System::Text::Json::Nodes::JsonNode ^ Parent { System::Text::Json::Nodes::JsonNode ^ get(); };
public System.Text.Json.Nodes.JsonNode? Parent { get; }
member this.Parent : System.Text.Json.Nodes.JsonNode
Public ReadOnly Property Parent As JsonNode

Property Value

Applies to