Posts

Showing posts from March 24, 2019

I'am having some problems with boost json in c++

Image
0 I see that have a lot of questions very similar to mine, but I don´t see any solutions that fit with my problem. I' am trying to create a JSON with boost library with the below structure: { "event_date": "2018-06-11T09:35:48.867Z", "event_log": "2018-06-11 09:35:43,253 - recycler [TRACE]: Running recycler::WITHDRAW", "cassettes": [ { "value" : "0", "currency": "BRL", "CDMType" : "WFS_CDM_TYPEREJECTCASSETTE", "lppPhysical" : [ { "positionName" : "BIN1A", "count" : "3" } ] }, {.....},{.....} ]