http_helpers.cpp
Go to the documentation of this file.
2 
3 std::string http_helpers::from_array(const Json::Value& val)
4 {
5  std::string s = "";
6  for (int i = 0; i < val.size() - 1; i++)
7  {
8  s += val[i].asString() + ";";
9  }
10  s += val[val.size() - 1].asString();
11  return s;
12 }
std::string from_array(const Json::Value &val)
Definition: http_helpers.cpp:3
XmlRpcServer s


pf_driver
Author(s): Harsh Deshpande
autogenerated on Fri Feb 24 2023 03:59:35