10 #ifndef __H__UG__JSON_TOOLKIT_HPP__
11 #define __H__UG__JSON_TOOLKIT_HPP__
13 #include <nlohmann/json-schema.hpp>
40 static void parse(nlohmann::json& j, std::string
s);
41 static bool load_from_file(nlohmann::json& j, std::string filename);
42 static std::string
dump(
const nlohmann::json& j);