|
libzypp 17.38.14
|
Namespaces | |
| namespace | detail |
Classes | |
| class | Array |
| class | Bool |
| class | Int |
| class | Null |
| class | Number |
| class | Object |
| class | String |
| class | UInt |
| class | Value |
Functions | |
| template<> | |
| json::Value | toJSON (const sat::Transaction::Step &step_r) |
| See COMMITBEGIN (added in v1) on page Commit plugin for the specs. | |
| template<> | |
| json::Value | toJSON (const ZYppCommitResult::TransactionStepList &steps_r) |
| Value | parseDocument (const InputStream &input_r) |
| Parse a JSON document from input_r. | |
| static constexpr std::string_view | trueJSON ("true") |
| static constexpr std::string_view | falseJSON ("false") |
| ZYPP_API std::ostream & | operator<< (std::ostream &str, const Bool &obj) |
| relates: Bool Stream output | |
| static constexpr std::string_view | nullJSON ("null") |
| ZYPP_API std::ostream & | operator<< (std::ostream &str, const Null &obj) |
| relates: Null Stream output | |
| ZYPP_API std::ostream & | operator<< (std::ostream &str, const Number &obj) |
| relates: Number Stream output | |
| std::ostream & | operator<< (std::ostream &str, const Int &obj) |
| relates: Int Stream output | |
| std::ostream & | operator<< (std::ostream &str, const UInt &obj) |
| relates: UInt Stream output | |
| ZYPP_API std::ostream & | operator<< (std::ostream &str, const String &obj) |
| relates: String Stream output | |
| ZYPP_API std::ostream & | operator<< (std::ostream &str, const Array &obj) |
| relates: Array Stream output | |
| ZYPP_API std::ostream & | operator<< (std::ostream &str, const Object &obj) |
| relates: Object Stream output | |
| ZYPP_API std::ostream & | operator<< (std::ostream &str, const Value &obj) |
| relates: Value Stream output | |
| template<typename T> | |
| Value ZYPP_API | toJSON (T &&v) |
|
inline |
See COMMITBEGIN (added in v1) on page Commit plugin for the specs.
Definition at line 158 of file TargetImpl.cc.
|
inline |
Definition at line 229 of file TargetImpl.cc.
| ZYPP_API Value zypp::json::parseDocument | ( | const InputStream & | input_r | ) |
Parse a JSON document from input_r.
| parser::ParseException | on malformed input. Safe to use from any consumer — no NG types in this signature. |
|
staticconstexpr |
|
staticconstexpr |
relates: Bool Stream output
Definition at line 59 of file JsonBool.h.
|
staticconstexpr |
relates: Null Stream output
Definition at line 49 of file JsonNull.h.
relates: Number Stream output
Definition at line 55 of file JsonNumber.h.
|
inline |
relates: Int Stream output
Definition at line 93 of file JsonNumber.h.
|
inline |
relates: UInt Stream output
Definition at line 131 of file JsonNumber.h.
relates: String Stream output
Definition at line 165 of file JsonString.h.
relates: Array Stream output
Definition at line 95 of file JsonValue.h.
relates: Object Stream output
Definition at line 168 of file JsonValue.h.
relates: Value Stream output
Definition at line 320 of file JsonValue.h.
Definition at line 324 of file JsonValue.h.