Json RPC: Object.Set methods have the updated object in the response

This commit is contained in:
BadAix 2016-12-30 14:24:10 +01:00
parent c1eca56e38
commit 9e96b3e13b
5 changed files with 248 additions and 167 deletions

View file

@ -150,9 +150,7 @@ Json JsonNotification::getJson(const std::string& method, Json data)
Json notification = {
{"jsonrpc", "2.0"},
{"method", method},
{"params", {
{"data", data}
}}
{"params", data}
};
return notification;