|
libzypp
15.24.2
|
JSON string Force representation as JSON string, mapping e.g. More...
#include <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) More... | |
| Value (const Value &rhs) | |
| Copy ctor. More... | |
| template<class T > | |
| Value (const T &val_r) | |
| Ctor creating a JSON representation of T via toJSON(T) More... | |
| const std::string & | asJSON () const |
| JSON representation. More... | |
| const std::string & | asString () const |
| String representation. More... | |
| std::ostream & | dumpOn (std::ostream &str) const |
| Stream output. More... | |
Additional Inherited Members | |
Related Functions inherited from zypp::json::Value | |
| std::ostream & | operator<< (std::ostream &str, const Value &obj) |
JSON string Force representation as JSON string, mapping e.g.
null values to an empty string. Maninly used in Object as key.
|
inline |