json is parsed as nil, and individual data is fetched from a nested json operation.
this is json data:
{
"code": 0,
"data": {
"song": {
"count": 2,
"itemlist": [{
"albummid": "001ZaCQY2OxVMg",
"docid": "4960718353595419009",
"id": "108041208",
"mid": "000lH7Do3X6Aot",
"name": "",
"singer": ""
}, {
"albummid": "001ZaCQY2OxVMg",
"docid": "4277524965976373789",
"id": "107195477",
"mid": "0004snbm3ZMeFz",
"name": "",
"singer": ""
}],
"name": "",
"order": 0,
"type": 1
}
},
"subcode": 0
}
I have tried to take out the transformants for nil
, and I have also tried to convert various types, which is also nil
find a solution, how to get