I have stored an Json object in an String variable called output.
Assume,
String output;
This output variable is holding an json object.
below is the json object which output variable is holding.
How can access the price_currency which is in the prices?
"prices": [
      {
        "price_label": "",
        "price_currency": "USD",
        "price_wholesale": 32.00,
        "price_retail": 70.00,
        "price_currency_retail": "USD"
      }
  ],
  "deliveries": [{
      "delivery_name": "Zappos Holiday",
      "delivery_code": "",
      "style_display_order": 2,
      "season_name": "Holiday",
      "season_year" : "2017",
      "season_code": "",
      "date_cancel": "",
      "date_delivery_start": "",
      "date_delivery_end": "",
      "public": "0",
      "style_comments": ""
    },
 
     
     
     
    