Boost logo

Boost :

From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2019-12-08 16:02:14


On Sun, Nov 17, 2019 at 3:45 AM Bjorn Reese via Boost
<boost_at_[hidden]> wrote:
> Should there be a JSON archive for Boost.Serialization?

Yes.

The archive should be immune to reordering of keys. That is, that the
archive can be correctly deserialized even if the keys are reordered
in the JSON after serialization. This requires buffering the contents
of the archive in an intermediate data structure. Boost.JSON is a
logical choice here, its DOM is compact and the parser and serializer
have top-tier performance [1]

Thanks

[1] Boost.JSON benchmarks
<https://vinniefalco.github.io/doc/json/json/benchmarks.html>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk