$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] issue with property_tree/json_parser
From: Gavin Lambert (boost_at_[hidden])
Date: 2019-01-29 01:14:57
On 26/01/2019 06:54, Michael Powell wrote:
> At the end of the day I decided to roll my own AST and Boost.Spirit.Qi
> parser. So far so good, it's not that complicated.
Given that you've been working on that for at least three months, this
must be some strange usage of "not that complicated" which I wasn't
previously aware of... :)
For the record, most people who want to read/write JSON in C++ outside
of Boost.PropertyTree would use an existing library, such as (but not
limited to):
- https://nlohmann.github.io/json/
- http://rapidjson.org/