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