标签: c++ jsoncpp
示例:
undefined
代替
std::string strJson = R"({"foo": "bar"})"; Json::Value root = strJson; // if it implement operator=(std::string&)
我认为前者比后者方便。
为什么运算符=不适用于Json :: Value?