64 $object = $this->parser->parse();
getNext()
Every time getNext() is called, a new object will be parsed, until we hit the end of the stream...
__construct($input, $options=0)
Constructor.
Exception thrown by Reader if an invalid object was attempted to be parsed.
Exception thrown by parser when the end of the stream has been reached, before this was expected...