$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bjorn Reese (breese_at_[hidden])
Date: 2019-12-08 15:23:20
On 2019-11-30 21:26, Vinnie Falco via Boost wrote:
> I was asking Bjorn, because he brought up using std::map or
> std::unordered_map as an intermediate step.
I did not. You asked about the orderness of JSON Object deserialization
and I answered that it depends on which type you deserialize to.
> What if I produce a JSON archive for my T, then edit the JSON and
> change the order of the keys, and then try to load it back in to a T?
That depends on how T stores the key-value pairs.