libzypp 17.31.23
|
JSON string Force representation as JSON string, mapping e.g. More...
#include <base/Json.h>
Public Member Functions | |
String () | |
String (std::nullptr_t) | |
String (const char val_r) | |
String (const char *val_r) | |
String (const std::string &val_r) | |
Public Member Functions inherited from zypp::json::Value | |
Value () | |
Default ctor (null) | |
Value (const Value &rhs) | |
Copy ctor. | |
template<class T > | |
Value (const T &val_r) | |
Ctor creating a JSON representation of T via toJSON(T) | |
const std::string & | asJSON () const |
JSON representation. | |
const std::string & | asString () const |
String representation. | |
std::ostream & | dumpOn (std::ostream &str) const |
Stream output. | |
Additional Inherited Members | |
Related Functions inherited from zypp::json::Value | |
std::ostream & | operator<< (std::ostream &str, const Value &obj) |
Stream output. | |
JSON string Force representation as JSON string, mapping e.g.
null
values to an empty string. Maninly used in Object as key.
|
inline |