23 Sep
2019
23 Sep
'19
1:35 p.m.
On Mon, Sep 23, 2019 at 4:06 AM Glen Fernandes via Boost
Your don't want to store/use it in your program as a SomeLibrary::JsonArray. Past the point of serialization it should be your own data structures.
This is accomplished by making your own class derived from `json::basic_parser`, and implementing the abstract virtual "event" members: https://github.com/vinniefalco/json/blob/25ddea5f4d088f3e56911bf9f97549eeb93... Thanks