Hello Friends,
I've the following JSON string generated with random Name and Location:
- {"Super" : [{"Name" : "UOBRSVTG","Location" : "WADTXVBAAL"},{"Name" : "WMWYIOLD","Location" : "DVVRGSEQBS"},{"Name" : "QZLOPGCW","Location" : "TISSQSJQRA"},{"Name" : "ZVGNGPRX","Location" : "LETLPHUJKA"},{"Name" : "AIXPVLVC","Location" : "KKFCHQAEQF"},{"Name" : "LDTWWSVY","Location" : "DHSLYHHJPI"},{"Name" : "DJAURDEH","Location" : "SIWDKLQOXH"},{"Name" : "GEMEUXIO","Location" : "JZMXUYBRAH"},{"Name" : "FRLPROAM","Location" : "BAWHUJJACL"},{"Name" : "WYPCMCUF","Location" : "VUNYBTKJJG"}]};
Now I need to loop through this JSON string and get each "Name" and "Location" values and use it as in my functionality. I literally couldn't find a solution for this as I'm new to JSON. Can anyone help me?
Thanks in advance.
Super Regards,
Achu