[#BloombergLP-baljsn-JsonFormatter-dumpStack] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/JsonFormatter.adoc[JsonFormatter]::dumpStack :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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. [.small]#Created with https://www.mrdocs.com[MrDocs]#