Documentation
Dlang.org
Node.getParent
json
node
Node
Retrieves the parent node of the given node.
class
Node
json.node.Node
getParent
(
)
Return Value
Type:
json
.
node
.
Node
the parent node, or
NULL
if node is the root node
json
node
Node
constructors
this
functions
copy
dupArray
dupObject
dupString
equal
getArray
getBoolean
getDouble
getInt
getNodeType
getObject
getParent
getString
getValue
getValueType
hash
initArray
initBoolean
initDouble
initInt
initNull
initObject
initString
init_
isImmutable
isNull
seal
setArray
setBoolean
setDouble
setInt
setObject
setParent
setString
setValue
takeArray
takeObject
typeName
static functions
alloc
Retrieves the parent node of the given node.