4#include <nlohmann/json_fwd.hpp>
26template<
typename T =
void,
typename SFINAE =
void>
37using JSON = nlohmann::basic_json<
48const JSON * get(
const JSON & map,
const std::string & key);
50JSON * get(JSON & map,
const std::string & key);
62 const std::string & key);
Definition json-fwd.hh:24
Definition json-fwd.hh:27
Definition json-fwd.hh:21