$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Official JSON Package
From: Michael Ainsworth (michael_at_[hidden])
Date: 2015-04-30 21:25:59
> Is there an official Boost package for reading and writing JSON data?
>>
>> Not on Boost, I would suggest you the RapidJSON.
>> Do not use boost PropertyTree since you will face incompatibilities mainly
>> with arrays.
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?