Reader.root

json.node.Node root() @property nothrow

Get root property.

Returns

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

Set root property.

Parameters

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