Modified metadata interface to be tag independent, added JSON api.

This commit is contained in:
frafall 2017-11-30 11:07:23 +01:00
parent 67083975b0
commit ce17b0010a
7 changed files with 116 additions and 33 deletions

View file

@ -55,7 +55,7 @@ public:
std::string serialize()
{
return METADATA + ":" + _msg->dump() + "\n";
return METADATA + ":" + _msg->dump();
}
void tag(std::string name, std::string value)