BloombergLP::baljsn::JsonTokenizer::advanceToNextToken

Move to the next token in the source object.

Synopsis

Declared in <baljsn_jsontokenizer.h>

int
advanceToNextToken();

Description

Return 0 on success and a non-zero value otherwise. The return value is non-zero when there are no more tokens in the source object. The behavior is undefined unless a source object was specified on construction and/or a call to reset.

Return Value

0 on success, and a non-zero value otherwise