Vijay
Results
1
comments of
Vijay
It's possible loaded json file return ? ``` std::ifstream ifs("example.json"); json jf = json::parse(ifs); return crow::response(std::move(jf)); ``` Please anyone Help me