Srrazmi
(Web And App Developer)
#1
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
msr79526
(SR Official)
#2
Do you search on community before post this.
Try this, however I don’t know if it is working
Srrazmi
(Web And App Developer)
#4
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
dora_paz
(Dora)
#5
Glad you found your solution. Another way is
Srrazmi
(Web And App Developer)
#6
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
system
(system)
Closed
#7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.