JSON string Force representation as JSON string, mapping e.g. null
values to an empty string. Maninly used in Object as key.
More...
#include <Json.h>
JSON string Force representation as JSON string, mapping e.g. null
values to an empty string. Maninly used in Object as key.
Definition at line 242 of file Json.h.
◆ String() [1/5]
zypp::json::String::String |
( |
| ) |
|
|
inline |
◆ String() [2/5]
zypp::json::String::String |
( |
std::nullptr_t |
| ) |
|
|
inline |
◆ String() [3/5]
zypp::json::String::String |
( |
const char |
val_r | ) |
|
|
inline |
◆ String() [4/5]
zypp::json::String::String |
( |
const char * |
val_r | ) |
|
|
inline |
◆ String() [5/5]
zypp::json::String::String |
( |
const std::string & |
val_r | ) |
|
|
inline |
The documentation for this class was generated from the following file: