BloombergLP::bdljsn::JsonNull

This type represents the JSON null value. There is only 1 value of this type, so all objects compare equal, hash to the same value, etc.

Synopsis

Declared in <bdljsn_jsonnull.h>

class JsonNull;

Member Functions

NameDescription
print Write "null" to the specified output stream, and return a reference to stream.

Non-Member Functions

NameDescription
operator!=Same as the related overload above for operator!=.
operator!=Return whether lhs and rhs do not have the same value.
operator==Return true (unconditionally) as the specified lhs and rhs must have the same value.
operator==Same as the related overload above for operator==.
swapExchange the values of the specified a and b objects.