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().
json
json->isArray()
json->isObject()
Declared in <baljsn_jsontokenizer.h>
<baljsn_jsontokenizer.h>
int reset(bdljsn::Json const* json);