nlohmann::basic_json::is_null

return whether value is null

Synopsis

Declared in <nlohmann/json.hpp>
constexpr
bool
is_null() const noexcept;


Created with MrDocs