8 Dec
2019
8 Dec
'19
4:02 p.m.
On Sun, Nov 17, 2019 at 3:45 AM Bjorn Reese via Boost
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