Constructors

Synopses

Declared in <baljsn_jsontokenizer.h>

Create a JsonTokenizer object.

Create a JsonTokenizer object that uses the specified allocator.

explicit
JsonTokenizer(allocator_type const& allocator);

Create a JsonTokenizer that tokenizes the specified json object.

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

Parameters

Name

Description

allocator

memory allocator

json

source JSON array or object

Created with MrDocs