moved messages to Json
This commit is contained in:
@@ -173,6 +173,7 @@ public:
|
||||
resVal["line"] = line;
|
||||
resVal["group"] = group;
|
||||
resVal["value"] = std::string(value.begin(), value.end());
|
||||
resVal["type"] = (int)type;
|
||||
return resVal;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user