|
libzypp
17.37.18
|
Namespaces | |
| detail | |
Classes | |
| class | Array |
| class | Bool |
| class | Int |
| class | Null |
| class | Number |
| class | Object |
| class | Parser |
| class | String |
| class | UInt |
| class | Value |
Functions | |
| static constexpr std::string_view | trueJSON ("true") |
| static constexpr std::string_view | falseJSON ("false") |
| static constexpr std::string_view | nullJSON ("null") |
| template<typename T > | |
| Value | toJSON (T &&v) |
| static bool | isWhiteSpace (const char ch) |
Variables | |
| constexpr std::string_view | TOK_NAMES [Parser::Token::TOK_COUNT] |
|
static |
|
static |
|
static |
| Value zypp::json::toJSON | ( | T && | v | ) |
Definition at line 322 of file JsonValue.h.
| constexpr std::string_view zypp::json::TOK_NAMES[Parser::Token::TOK_COUNT] |