I need the "data" content.
CodePudding user response:
The error message said that the data you received is not a valid json format. It needs a colon after 1item.
{"1 item":{
.....
}
}
Recheck the renponse that you could get the correct json data.