![]() |
GA::kit v0.3
G&A's in-house C++ application framework
|
#include "json.hpp"Go to the source code of this file.
Namespaces | |
| namespace | ga |
| namespace | ga::json |
Typedefs | |
| using | ga::Json = nlohmann::json |
Functions | |
| template<typename T > | |
| T | ga::json::getValue (const ga::Json &json, const std::string &keyOrPointer, const T &defaultValue) |
| std::string | ga::json::getValue (const ga::Json &json, const std::string &keyOrPointer, const char *defaultValue) |