Boost logo

Boost :

Subject: Re: [boost] Official JSON Package
From: Bjorn Reese (breese_at_[hidden])
Date: 2015-05-01 10:48:44


On 05/01/2015 04:28 PM, Rogerio dos Santos wrote:

> Am I being too optimistic about the PropertyTree project or there are any

The problem with Boost.PropertyTree is that it is a DOM, so it only
carters for some use cases. For instance, if JSON is used as the
encoding for wire protocols, then you want to parse the JSON directly
into associated data structures, without having to go through an
intermediate DOM.

If you do need a DOM, then Boost.PropertyTree is just fine. It could
even leverage a (still-hypothetical) Boost.Json parser.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk