json/tests/module_cpp20/main.cpp

7 lines
60 B
C++

import nlohmann.json;
int main()
{
nlohmann::json j;
}