1 Mar
2024
1 Mar
'24
1:41 a.m.
On Thu, Feb 29, 2024 at 4:54 PM Zach Laine via Boost
...
I'm not sure if it is possible, but a good comparison could be achieved by writing a Boost.Parser front end to parse JSON, and have it call the corresponding member functions of boost::json::detail::handler on an instance of that object here: https://github.com/boostorg/json/blob/8f5b63510b07caa96f413777a412d930781fac... This will allow an apples to apples comparison, as it removes the question of optimizing the destination container. To retrieve the result after parsing call handler->st.release(). Thanks