BloombergLP::baljsn::JsonTokenizer::JsonTokenizer

Constructors

Synopses

Declared in <baljsn_jsontokenizer.h>

Create a JsonTokenizer object.

JsonTokenizer();
» more...

Create a JsonTokenizer object that uses the specified allocator.

explicit
JsonTokenizer(allocator_type const& allocator);
» more...

Create a JsonTokenizer that tokenizes the specified json object.

JsonTokenizer(
    bdljsn::Json const* json,
    allocator_type const& allocator = allocator_type());
» more...

Parameters

NameDescription
allocatormemory allocator
jsonsource JSON array or object