![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shambase/string.hpp"#include "shambase/term_colors.hpp"#include "shamcomm/logs.hpp"#include "shamcomm/worldInfo.hpp"#include "shamrock/io/json_print_diff.hpp"#include "shamrock/io/json_utils.hpp"#include <nlohmann/json.hpp>#include <optional>#include <sstream>
Include dependency graph for json_utils.cpp:Go to the source code of this file.
Namespaces | |
| namespace | shamrock |
| namespace for the main framework | |
Functions | |
| std::string | shamrock::log_json_changes (const nlohmann::json &j_current, const nlohmann::json &j, bool has_used_defaults, bool has_updated_config) |
| Shown the changes between two JSON objects to log config changes. | |
Definition in file json_utils.cpp.