$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Using property_tree as json reader/writer
From: è°¢ä»»ä¸ (joshchia_at_[hidden])
Date: 2013-02-05 11:00:19
Another problem is that it's a pain to store arrays.
On Tue, Feb 5, 2013 at 8:45 PM, Klaim - Joël Lamotte <mjklaim_at_[hidden]>wrote:
>
>
>
> On Tue, Feb 5, 2013 at 12:16 PM, niXman <i.nixman_at_[hidden]> wrote:
>
>> Tell me please, anybody trying to use property_tree as json
>> reader/writer for tasks more difficult than reading configuration
>> files?
>>
>
> We tried it in one of my previous jobs.
> You have to keep in mind that property_tree is about property trees, not
> about json or xml, which mean it don't map completely on these.
>
>