9 #ifndef ZYPP_CORE_PARSER_JSON_JSON_NULL_DEFINED 10 #define ZYPP_CORE_PARSER_JSON_JSON_NULL_DEFINED 12 #include <string_view> 17 static constexpr std::string_view
nullJSON (
"null");
std::ostream & operator<<(std::ostream &str, const Null &obj)
String related utilities and Regular expression matching.
std::string asJSON() const
JSON representation.
static constexpr std::string_view nullJSON("null")
std::ostream & dumpOn(std::ostream &str) const
Stream output.
Null & operator=(const Null &)=default
bool operator==(const Null &) const