Create a JsonTokenizer object that uses the specified allocator.
Declared in <baljsn_jsontokenizer.h>
explicit
JsonTokenizer(allocator_type const& allocator);
No tokens can be generated until a source bdljsn::Json object is specified via the reset method.
| Name | Description |
|---|---|
| allocator | memory allocator |