4 #include <nlohmann/json.hpp>
12 struct adl_serializer<
std::filesystem::path>
14 static void to_json(
json& j,
const std::filesystem::path& p);
16 static void from_json(
const json& j, std::filesystem::path& p);
void from_json(const nlohmann::json &j, RegularSpaceOptions &o)
void to_json(nlohmann::json &j, RegularSpaceOptions &o)