31 const std::unordered_map <Key, Type>& table,
32 const std::string& file,
33 const bool compact =
false)
39 auto output = std::ofstream (file);
41 output << out << std::endl;
43 output << std::setw (2) << out << std::endl;
void saveInFile(const json &out, const std::string &file, const bool compact)
save json to file
Definition LoadJson.cpp:6