Use Of Dictionary

I Have JSON Data Like This

{
  "status": "SUCCESS",
  "hit_credit": "4",
  "api_started": "NA",
  "api_expiry": "NA",
  "message": "Disclaimer- We Prefer To Make Your Routine At Office .",
  "Schedule": [
    {
      "Time": "08:00PM",
      "CH": "D1",
      "Description": " Have A Coffee At This Time",
      "PC": " Null"
    },
    {
      "Time": "08:00PM",
      "CH": "D2",
      "Description": "Strat Work  ",
      "PC": " A1"
    },
    {
      "Time": "08:30PM",
      "CH": "D1",
      "Description": "Have A Coffee At This Time ",
      "PC": " Null"
    }
  ]
}

And I Want To Store Value Of Each Time And CH and Description And PC In The List Using Dictionary Can Anyone Help Me Please

Do you search on community before post this.

Try this, however I don’t know if it is working

I Found This Solution

For Getting All Time In The List

For Getting All CH In The List

For Getting All Description In The List

2 Likes

Glad you found your solution. Another way is

For This We Need 5 Variables And I Am So Lazy So I Always Try To Work With Less Of Blocks And Variables

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.