unity json解析异常
在unity中设置推送的点击事件中, OnOpenNotification 回调中收到的json串格式是
{
"msgId":"312312"
"title": "111",
"content": "222",
"extras": ”{
"type": "0",
"url": "www.baidu.com"
}“
}
然后解析异常提示: JSON parse error: Missing a comma or '}' after an object member.
是什么原因呢?