Generator.root

json.node.Node root() @property

Get root property.

Returns

The root node to be used when constructing a JSON data

stream.

void root(json.node.Node propval) @property

Set root property.

Parameters

propvalThe root node to be used when constructing a JSON data stream.