|
@@ -8,8 +8,8 @@ IoManager::IoManager(char *ipcstring) {
|
|
|
ipstring = std::string(ipcstring);
|
|
|
port = 1234;
|
|
|
tcpsock = new tcp::socket(ios);
|
|
|
- wbuilder["indentation"] = ""; // If you want whitespace-less output
|
|
|
- rbuilder["indentation"] = ""; // If you want whitespace-less output
|
|
|
+ wbuilder.settings_["indentation"] = ""; // If you want whitespace-less output
|
|
|
+ rbuilder.settings_["indentation"] = ""; // If you want whitespace-less output
|
|
|
// const std::string output = Json::writeString(wbuilder, root);
|
|
|
reader = rbuilder.newCharReader();
|
|
|
}
|