Boost logo

Boost :

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


On 05/01/2015 03:25 AM, Michael Ainsworth wrote:

> Given that JSON is a de-facto standard (along the lines of INI files and the like) would an official addition as a boost library be considered?

There was a JSON project proposed for GSoC 2013, but it did not get
enough votes to be selected (it was the highest voted project just
outside the selected list.)

You can find a Boost-compatible JSON parser at:

   http://protoc.sourceforge.net/

It comes with Boost.Serialization integration, so you can parse your
JSON files directly into the appropriate data structures. It is also
possible to use dynamic::var [1] as a DOM.

[1] https://code.google.com/p/dynamic-cpp/


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