Create a JsonTokenizer object that uses the specified allocator.

Synopsis

Declared in <baljsn_jsontokenizer.h>

explicit
JsonTokenizer(allocator_type const& allocator);

Description

No tokens can be generated until a source bdljsn::Json object is specified via the reset method.

Parameters

Name

Description

allocator

memory allocator

Created with MrDocs