Json::Value vec(Json::arrayValue); vec.append(Json::Value(1)); vec.append(Json::Value(2)); vec.append(Json::Value(3)); root["sample"] = vec; std::cout << root;
沒有留言:
張貼留言