[#BloombergLP-baljsn-JsonTokenizer-advanceToNextToken] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/JsonTokenizer.adoc[JsonTokenizer]::advanceToNextToken :relfileprefix: ../../../ :mrdocs: Move to the next token in the source object. 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`. == Synopsis Declared in `<baljsn_jsontokenizer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int advanceToNextToken(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#