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
return whether value is null
Declared in <nlohmann/json.hpp>
constexpr
bool
is_null() const noexcept;
true if the value is null; false otherwise
Created with MrDocs