[#BloombergLP-baljsn-SimpleFormatter-openObject-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/SimpleFormatter.adoc[SimpleFormatter]::openObject :relfileprefix: ../../../ :mrdocs: `openObject` overloads == Synopses Declared in `<baljsn_simpleformatter.h>` Print the characters that start a JSON object onto the output stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/baljsn/SimpleFormatter/openObject-0c.adoc[openObject](); ---- [.small]#xref:BloombergLP/baljsn/SimpleFormatter/openObject-0c.adoc[_» more..._]# Print the start of a named JSON object onto the output stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/baljsn/SimpleFormatter/openObject-02.adoc[openObject](std::string_view const& name); ---- [.small]#xref:BloombergLP/baljsn/SimpleFormatter/openObject-02.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *name* | member name for the object |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#