JSON
- Corrected misleading comment.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user