我发送一个JSON请求然后报错,报org.json.JSONException: A JSONObject text must begin with '{' at 1
发布网友
发布时间:2022-04-23 01:56
我来回答
共1个回答
热心网友
时间:2023-10-10 20:41
{
"userId":"8894",
"circleType":"1",
"circleInfo":{
"content":"啦啦啦",
"type":"0",
"images":[1],
"video":{
"url":"rterw",
"cover":"retwefsd"
} <---- 这行少逗号
"netUrl":"asdasda",
"position":{
"address":"asdasd",
"latitude":"6",
"longitude":"10"
} <---- 这行少逗号
"rewardMoney":[3]
}
}
追问加了,还是报相同的错误