I’ve following json string:
{
"message": "Keine Nachricht mit der Id 55555 gefunden!",
"exception": {
"__className": "Exception"
},
"request": {
"__className": "Zend_Controller_Request_Http"
}
}
JObject.Parse() will throw me this error:
"Additional text encountered after finished reading JSON content: . Path '', line 1, position 153."
What is wrong this JSON string?
It parses fine for me in Ruby. The string (when it was one long line) is 152 characters so there may have been a character after that.