Print the internal stack of Status objects to standard output in lifo order. Each line of output consists of:
Declared in <baljsn_jsonformatter.h>
void
dumpStack();
* 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.