[#BloombergLP-bdljsn-Tokenizer-advanceToNextToken] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/Tokenizer.adoc[Tokenizer]::advanceToNextToken :relfileprefix: ../../../ :mrdocs: Move to the next token in the data steam. Return 0 on success and a non‐zero value otherwise. Each call to `advanceToNextToken` invalidates the string references returned by the `value` accessor for prior nodes. This function _may_ fail to move to the next token if doing so would advanced past a character sequence that is not valid JSON, and is guaranteed to do so (fail to move) if `e_RELAXED != conformanceMode()`. The behavior is undefined unless `reset` has been called. == Synopsis Declared in `<bdljsn_tokenizer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int advanceToNextToken(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#