Print the internal stack of Status objects to standard output in lifo order. Each line of output consists of:

Synopsis

Declared in <baljsn_jsonformatter.h>

void
dumpStack();

Description

* The stack depth * The bdljsn::JsonType of the referenced bdljsn::Json object. * The internal state, a JsonFormatter_State::Enum value.

Note that this function is provided for debugging only.

Created with MrDocs