bada C++ std::stringstream-Collection of common programming errors

bada crashed on stringstream read.

json::Object objDocument = d();
std::stringstream stream;
json::Writer::Write(objDocument, stream);
json::Object objDocument2;
json::Reader::Read(objDocument2, stream); // c_str()); //

Originally posted 2014-02-08 16:02:04.