Boost C++ Libraries: Ticket #13174: boost::property_tree::read_json throws exception (see attachment) https://svn.boost.org/trac10/ticket/13174 <pre class="wiki">boost::property_tree::ptree tree; std::stringstream ss("{\"name\": \"test\"}"); boost::property_tree::read_json(ss, tree); </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13174 Trac 1.4.3 anonymous Tue, 22 Aug 2017 00:38:27 GMT attachment set https://svn.boost.org/trac10/ticket/13174 https://svn.boost.org/trac10/ticket/13174 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">t53sKgG.png</span> </li> </ul> <p> Screenshot of exception </p> Ticket anonymous Tue, 22 Aug 2017 00:38:57 GMT summary changed https://svn.boost.org/trac10/ticket/13174#comment:1 https://svn.boost.org/trac10/ticket/13174#comment:1 <ul> <li><strong>summary</strong> <span class="trac-field-old">boost::property_tree::read_json throws exception</span> → <span class="trac-field-new">boost::property_tree::read_json throws exception (see attachment)</span> </li> </ul> Ticket anonymous Tue, 22 Aug 2017 01:02:06 GMT component changed; owner set https://svn.boost.org/trac10/ticket/13174#comment:2 https://svn.boost.org/trac10/ticket/13174#comment:2 <ul> <li><strong>owner</strong> set to <span class="trac-author">Sebastian Redl</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">property_tree</span> </li> </ul> Ticket