Task: Conditional JSON/Task encoding, based on attribute type

This commit is contained in:
Paul Beckingham
2015-11-02 07:54:13 -05:00
parent de4be46cab
commit 3ab2410df3
2 changed files with 14 additions and 9 deletions

View File

@@ -402,7 +402,6 @@ std::string json::encode (const std::string& input)
}
////////////////////////////////////////////////////////////////////////////////
// TODO Using a state machine would speed this up.
std::string json::decode (const std::string& input)
{
std::string output;