|
libzypp
17.7.0
|
JSON representation of datatypes via toJSON. More...
#include <Json.h>

Public Member Functions | |
| 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... | |
Private Attributes | |
| std::string | _data |
Related Functions | |
(Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const Value &obj) |
JSON representation of datatypes via toJSON.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
related |