GA::kit v0.3
G&A's in-house C++ application framework
Loading...
Searching...
No Matches
json.h File Reference
#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 >
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)