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()); //