unifork.old/include/utils/parse.hpp
2019-11-01 02:20:47 +01:00

7 lines
No EOL
171 B
C++

#ifndef PARSE_HPP
#define PARSE_HPP
void parse(std::string fileName);
std::string get(nlohmann::json json, const std::string &key, const std::string &key2);
#endif