I have an object as follows
{
  "s": "success",
  "result": {
    "XX-YY-12-33": {
      "quantity": "88",
      "warehouse_name": "USA Hub"
    },
    "AD-12-Y6-00": {
      "quantity": "99",
      "warehouse_name": "USA Hub"
    }
  }
}
The result object contains multiple objects which actually is the id of an sku
I want to access this each sku but don't have them separately anywhere. Can anyone tell how can I access them?
 
     
     
    