return whether value is null

Synopsis

Declared in <nlohmann/json.hpp>

constexpr
bool
is_null() const noexcept;

Return Value

true if the value is null; false otherwise

Created with MrDocs