- Corrected misleading comment.
This commit is contained in:
Paul Beckingham 2014-08-31 12:25:41 -04:00
parent 3c29e81995
commit 4c98328277

View file

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