#1 Re: mORMot 1 » Json convertion » 2018-03-27 13:23:44

So i need to convert a json with this structure:

[                                             
  {                                           
    "id": 1,                                   
    "type": "doc",                             
    "value": "AWFs8cbOGOSN1_MWPe-t",           
    "data": 2.716,                             
    "source":[ {                               
      "product": "17339896",               
      "description": "aasssdfsdaf"               
    }]                                         
   },                                         
  {                                           
    "id": 2,                                   
    "type": "doc",                             
    "value": "sadasfasSN1_MWPe-t",             
   "data": 124.467,                           
    "source": [{                               
      "product": "17339896",               
      "description": "aasssdfsdaf"               
    }  ]                                       
}]

And then convert this part to distinct columns
"source":[ {                               
      "product": "17339896",               
      "description": "aasssdfsdaf"               
    }]   


My Grid needs this configuration

________________________________________
|id | type | value | data | product | description |
----------------------------------------------

#2 mORMot 1 » Json convertion » 2018-02-15 19:18:52

ViniciusGP
Replies: 2

I'm using the framework and I'm really enjoying it, however I have a problem, and I would like help, I need to convert a string variable to the one Json object, and show this json on a grid. However I did not find an easy and quick way to do this conversion.

Board footer

Powered by FluxBB