BloombergLP::baljsn::SimpleFormatter::addNullValue

addNullValue overloads

Synopses

Declared in <baljsn_simpleformatter.h>

Print a null JSON value onto the stream.

void
addNullValue();
» more...

Print a null JSON value with the specified name.

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

Parameters

NameDescription
namemember name for the null value