Parser.getRoot
json.node.Node getRoot()Retrieves the top level node from the parsed JSON stream.
If the parser input was an empty string, or if parsing failed, the root will be NULL. It will also be NULL if it has been stolen using [json.parser.Parser.stealRoot].
Returns
the root node.