Reader.root

json.node.Node root() @property

Get root property.

Returns

The root of the JSON tree that the reader should read.
void root(json.node.Node propval) @property

Set root property.

Parameters

propvalThe root of the JSON tree that the reader should read.