Whether there is still runs to iterate over. WARN: Due to lack of proper error handling, iteration with Get methods could return no data while the parser is not exhausted. This is how one can check for errors.
| 441 | /// no data while the parser is not exhausted. |
| 442 | /// This is how one can check for errors. |
| 443 | bool exhausted() const { return (run_remaining() == 0) && parser_.exhausted(); } |
| 444 | |
| 445 | /// Gets the next value or returns false if there are no more or an error occurred. |
| 446 | /// |