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