You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
rapidjson::Document doc;
doc.Parse<0>(std::string::jsonIn.c_str());
if (doc.HasParseError())
{
cerr << "ERROR: " << doc.GetParseError() << endl;
}
What is the expected output? What do you see instead?
"ERROR: Unknown escape character"
What version of the product are you using? On what operating system?
0.11
Please provide any additional information below.
JSON:
{
"DataDir":"E:\Something"
}
Original issue reported on code.google.com by patle...@gmail.com on 7 Dec 2012 at 10:18
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
patle...@gmail.com
on 7 Dec 2012 at 10:18The text was updated successfully, but these errors were encountered: