Boost logo

Boost Users :

Subject: Re: [Boost-users] Handling JSON with Boost
From: Jauhien Piatlicki (jpiatlicki_at_[hidden])
Date: 2013-11-07 15:23:19


Thank you, Mateusz and Adam. It is exactly that I've been looking for.

Reagrds,
Jauhien

04.11.13 23:08, Mateusz Loskot написав(ла):
> On 4 November 2013 20:01, Jauhien Piatlicki <jpiatlicki_at_[hidden]> wrote:
>> Hi all,
>>
>> I'm interested whether there exists a library for working with JSON in
>> Boost that preserves data types?
>>
>> I know about property_tree, but if I read a valid JSON with it and then
>> write it out it results in all fields being strings. This is because
>> property_tree internally does not distinguish different value types. But
>> I need something that can read e.g.
>>
>> {"number":42}
>>
>> get access to it and write it then in the same form.
>
> You may check https://github.com/cierelabs/json_spirit
> developed by the Spirit team.
>
> Best regards,
>




Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net