JsonNodeParent Property

Null when this node represents the top level (root) of the JSON document.

Definition

Namespace: MichaelBrooks.UK.Json
Assembly: JsonDOM (in JsonDOM.dll) Version: 1.0.7
C#
public JsonNode? Parent { get; }

Property Value

JsonNode

Remarks

This property exists for two reasons.

    Online page.

See Also