Reader.root
json.node.Node root() @propertyGet root property.
Returns
The root of the JSON tree that the reader should read.
void root(json.node.Node propval) @propertySet root property.
Parameters
propval | The root of the JSON tree that the reader should read. |