32 static bool writeJson(
const std::string& path,
const json& data,
int indent = 4);
38 static bool writeText(
const std::string& path,
const std::string& text);
Write text or JSON data to a file.
static bool writeJson(const std::string &path, const json &data, int indent=4)
Serialize data to a pretty-printed JSON file.
static bool writeText(const std::string &path, const std::string &text)
Write a raw string to a file, overwriting any existing content.
nlohmann::json json
Alias for nlohmann::json.