json to std::string in c++ from an URL.
- by rkbang
Hello all,
I want to implement something where I will get an URL which will be a link to JSON db, now I need to get the json from this URL and convert it to std:string in a c++ file. Is there any easy way to do this.