Boost logo

Boost Users :

Subject: Re: [Boost-users] [property tree][json]how to create empty array?
From: Julian Gonggrijp (j.gonggrijp_at_[hidden])
Date: 2011-03-12 13:02:51


Sebastian Redl wrote:

> On 12.03.2011, at 18:26, Kulti wrote:
>
>> It's possible to get following output from
>> boost::property_tree::json_parser::write_json ?
>>
>> {
>> "id": "id",
>> "method": "test_method",
>> "params": []
>> }
>>
>> I know how to create array with some items, but when I try to create
>> empty array, I've get "params": ""
>
> Sorry, that's not possible.

If you just need JSON, you might want to have a look at JsonCpp:
http://jsoncpp.sourceforge.net/

-Julian


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