JsonDOM documentation
C#
Show/Hide TOC
Json
Node
Parent 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#
Copy
public
JsonNode
?
Parent
{
get
; }
Property Value
JsonNode
Remarks
This property exists for two reasons.
Online page
.
See Also
Reference
JsonNode Class
MichaelBrooks.UK.Json Namespace
In This Article
Definition
Remarks
See Also