| D | unit-regression2.cpp | 4 // |_____|_____|_____|_|___| https://github.com/nlohmann/json 6 // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me> 22 #include <nlohmann/json.hpp> 23 using json = nlohmann::json; 24 using ordered_json = nlohmann::ordered_json; 26 using namespace nlohmann::literals; // NOLINT(google-build-using-namespace) 51 using float_json = nlohmann::basic_json<std::map, std::vector, std::string, bool, std::int64_t, std… 113 namespace nlohmann namespace 123 } // namespace nlohmann 147 namespace nlohmann namespace [all …]
|