- MyCPP
main.cpp - json (папка nlohmann)
В моей основной папке .cpp
Код: Выделить всё
#include
#include
using json = nlohmann::json;
using namespace std;
int main(){
json j2 = {
{"pi", 3.141},
{"happy", true},
};
cout
Подробнее здесь: [url]https://stackoverflow.com/questions/75531051/including-nlohmann-json-in-c-visual-studio-code-ubuntu[/url]
Мобильная версия