
1 May
2015
1 May
'15
9:14 a.m.
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/