-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: 3.0.1
-
Component/s: BSON
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
json.cpp should change to replace all occurance of " (the double-quote character) !!
void visit_value(const types::b_utf8& value) { std::string str = value.value.to_string().data(); out << "\"" << replace_all(str, "\"", "\\\"") << "\""; }