BloombergLP::baljsn::JsonTokenizer::reset

Reset this tokenizer to use the specified json as a source object for tokens. All state associated with a previously specified source object (if any) is discarded. The behavior is undefined unless json->isArray() or json->isObject().

Synopsis

Declared in <baljsn_jsontokenizer.h>

int
reset(bdljsn::Json const* json);