Subject: Re: [Boost-users] [OT] Interested in good (fast, robust) boost-based JSON API
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2009-12-01 11:38:36


Dominique Devienne wrote:
> Can anyone recommend one such good targeted library up to Boost's
> standards you've had good success with? (with a boost-like commercial
> friendly license)
>
Boost.PropertyTree has some support for parsing and writing JSON, but it
doesn't preserve types.

Sebastian