0
Json reading
my array is inside the nested Json object and it looks like Sah : [ "sah" ] how to read ?
2 Antworten
0
Can you show us you code, please?
- 1
Hi Sahana Marathe,
To get a value you need to declare the object name, propertie name and then the value of that propertie.
When you need to get the whole propertie array, then use a for.. in loop.
Have a look at this snippet👍😊
https://code.sololearn.com/WmuaYO4IYbgd/?ref=app