Hello
How to parse a JSON structure like below and store in database/tables
{
"_id": "12345",
"machineId": "1001001366",
"activation": {
"activationId": 15589783,
"activationActionCode": "ACTIVATE",
"activationDetail": {
"activationDetailId": 1001001665,
"productInfo": {
"activationProductId": "138591",
"skurr": "109-000-034"
},
"licMovCountLimit": "5",
"entitlementInfo": {
"dlfEntitlementId": "DLF000028770",
"lac": "CW943GTXK37QSQ29355M",
"siteInfo": {
"siteNumber": 673333,
"companyDuns": "G005358932"
}
},
"companyInfo": {
"companyName": "abc CORPORATION",
"regUser": {
"userId": "10536",
"email": "10533@gggggg.com"
}]
},
"isOriginal": "-1"
}],
"activationKey": {
"activationKeyId": 1001001398,
"type": "licr455"
}]
}],
"status": "ACTIV"
}
Does it need custom coding or off the shelf components can do it