module; #include export module nlohmann.json; export namespace nlohmann { template using adl_serializer = ::nlohmann::adl_serializer; using basic_json = ::nlohmann::basic_json<>; using json = ::nlohmann::json; template using json_pointer = ::nlohmann::json_pointer; using ::nlohmann::ordered_json; template using ordered_map = ::nlohmann::ordered_map; } // namespace nlohmann