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