Re: [Boost-bugs] [Boost C++ Libraries] #9721: ptree write_json does not conform to JSON standard

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9721: ptree write_json does not conform to JSON standard
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-11-16 07:43:13


#9721: ptree write_json does not conform to JSON standard
--------------------------------------------+----------------------------
  Reporter: Mark Pfeifer <Mark_Pfeifer@…> | Owner: Sebastian Redl
      Type: Bugs | Status: reopened
 Milestone: To Be Determined | Component: property_tree
   Version: Boost 1.55.0 | Severity: Problem
Resolution: | Keywords:
--------------------------------------------+----------------------------

Comment (by anonymous):

 // Write value
             Str data = create_escapes(pt.template get_value<Str>());
             stream << Ch('"') << data << Ch('"');
 This might be the code to be examined.

-- 
Ticket URL: <https://svn.boost.org/trac10/boost/ticket/9721#comment:10>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-11-16 07:53:35 UTC