BloombergLP::baljsn::SimpleFormatter::openObject

openObject overloads

Synopses

Declared in <baljsn_simpleformatter.h>

Print the characters that start a JSON object onto the output stream.

void
openObject();
» more...

Print the start of a named JSON object onto the output stream.

void
openObject(std::string_view const& name);
» more...

Parameters

NameDescription
namemember name for the object