我有以下 json 字符串:
{
"message": "Keine Nachricht mit der Id 55555 gefunden!",
"exception": {
"__className": "Exception"
},
"request": {
"__className": "Zend_Controller_Request_Http"
}
}
JObject.Parse()
会给我这个错误:
"Additional text encountered after finished reading JSON content: . Path '', line 1, position 153."
这个 JSON 字符串有什么问题?