[#BloombergLP-bdljsn-operator_lshift-09c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::operator<< :relfileprefix: ../../ :mrdocs: Write "null" ‐‐ the invariant value of the specified `object` ‐‐ to the specified output `stream` in a single‐line format and return a reference to `stream`. Note that this method has the same behavior as ` object.print(stream, 0, ‐1); ` == Synopsis Declared in `<bdljsn_jsonnull.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& stream, xref:BloombergLP/bdljsn/JsonNull-0b.adoc[JsonNull] const& object); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#