$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost PropertyTree: read_json() followed by write_xml produces invalid XML
From: Klaim - Joël Lamotte (mjklaim_at_[hidden])
Date: 2014-04-27 09:43:43
âBoost.PropertyTree is not a JSON library nor a XML library.
It's a property tree library that happen to have functions to create
JSON-compatible or XML compatible output
or read from one.
See:
- http://listarchives.boost.org/boost-users/2013/02/77471.php
- https://groups.google.com/forum/#!topic/boostusers/IjASBJvwhVY
There are apparently work in progress for an Boost JSON library but I don't
have the details right now.
For the time being, maybe you can use JSonCPP or JSon Spirit libraries.