Lines Matching refs:nlohmann
4 // |_____|_____|_____|_|___| https://github.com/nlohmann/json
6 // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me>
11 #include <nlohmann/json.hpp>
15 auto j_expected = nlohmann::json::parse(R"({"foo": "bar", "baz": 42})");
16 auto ptr_expected = nlohmann::json::json_pointer("/foo/bar");
18 SECTION("using namespace nlohmann::literals::json_literals")
20 using namespace nlohmann::literals::json_literals; // NOLINT(google-build-using-namespace)
26 SECTION("using namespace nlohmann::json_literals")
28 using namespace nlohmann::json_literals; // NOLINT(google-build-using-namespace)
34 SECTION("using namespace nlohmann::literals")
36 using namespace nlohmann::literals; // NOLINT(google-build-using-namespace)
42 SECTION("using namespace nlohmann")
44 using namespace nlohmann; // NOLINT(google-build-using-namespace)