1 #include <nlohmann/json.hpp> 2 main(int argc,char ** argv)3 int main(int argc, char **argv) 4 { 5 nlohmann::json j; 6 7 return 0; 8 } 9