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 [method@Json.Parser.steal_root].
| this |
a parser |
|
the root node. |