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.
| 447 | /// no data while the parser is not exhausted. |
| 448 | /// This is how one can check for errors. |
| 449 | bool exhausted() const { return (run_remaining() == 0) && parser_.exhausted(); } |
| 450 | |
| 451 | /// Gets the next value or returns false if there are no more or an error occurred. |
| 452 | /// |