11#include <nlohmann/detail/macro_scope.hpp>
13#if JSON_HAS_EXPERIMENTAL_FILESYSTEM
14#include <experimental/filesystem>
15NLOHMANN_JSON_NAMESPACE_BEGIN
18namespace std_fs = std::experimental::filesystem;
20NLOHMANN_JSON_NAMESPACE_END
21#elif JSON_HAS_FILESYSTEM
23NLOHMANN_JSON_NAMESPACE_BEGIN
26namespace std_fs = std::filesystem;
28NLOHMANN_JSON_NAMESPACE_END
detail namespace with internal helper functions
定义 from_json.hpp:43