23#include <nlohmann/json.hpp>
25namespace presage::smartspectra::container::json_file_io {
29void WriteJsonDataToFile(
30 const nlohmann::json& json_data,
31 const std::string& output_file_name,
32 const std::string& short_data_description
38void WriteJsonDataToFile(
39 const nlohmann::json& json_data,
40 const std::string& output_file_name