8 Dec
2019
8 Dec
'19
3:23 p.m.
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.