Create a JsonTokenizer object that can supply a series of tokens describing the specified json object. Optionally specify an allocator (e.g., the address of a bslma::Allocator object) to supply memory; otherwise, the default allocator is used. The behavior is undefined unless json‐>isArray() or json‐>isObject(). Note that json can also be specified via the reset method.
Synopsis
Declared in <baljsn_jsontokenizer.h>
JsonTokenizer(
bdljsn::Json const* json,
allocator_type const& allocator = allocator_type());
Created with MrDocs