#include <json.hpp>
|
| Object ()=default |
|
| Object (std::initializer_list< std::pair< const std::string, Value >> values_) |
|
template<typename T > |
Result< T > | find (const std::string &path) const |
|
template<typename T > |
Result< T > | at (const std::string &key) const |
|
JSON::Object::Object |
( |
std::initializer_list< std::pair< const std::string, Value >> |
values_ | ) |
|
|
inline |
template<typename T >
Result< T > JSON::Object::at |
( |
const std::string & |
key | ) |
const |
template<typename T >
Result< T > JSON::Object::find |
( |
const std::string & |
path | ) |
const |
std::map<std::string, Value> JSON::Object::values |
The documentation for this struct was generated from the following file: