私は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文字列の何が問題になっていますか?