File json.h File List > common > json.h Go to the documentation of this file #pragma once #include <nlohmann/json.hpp> namespace uipc { using Json = nlohmann::json; }