#include #include #include using json = nlohmann::json; int main() { std::cout << std::boolalpha << std::is_same::value << std::endl; }