[#BloombergLP-baljsn-Formatter-closeObject] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/Formatter.adoc[Formatter]::closeObject :relfileprefix: ../../../ :mrdocs: Print the characters that end a JSON object onto the output stream. == Synopsis Declared in `<baljsn_formatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void closeObject(); ---- == Description Print onto the stream supplied at construction the sequence of characters designating the end of an object (referred to as an "object" in JSON). The behavior is undefined unless this `Formatter` is currently formatting an object. [.small]#Created with https://www.mrdocs.com[MrDocs]#