After updating the NuGet package to 1.0.11 version, an exception raises when trying to de-serialize some JSON strings. For example, the following ones:
{
"ScreenId": "Error",
"StepType": "Message",
"Text": "No se ha encontrado la pagina a la que usted queria ingresar.",
"Title": "Pagina no encontrada"
}
{
"ScreenId": "CRM.IDENTIFICADOR",
"StepType": "Screen",
"Title": "Identificación de cliente"
}
Both raise the NetJSONInvalidJSONException.
After updating the NuGet package to 1.0.11 version, an exception raises when trying to de-serialize some JSON strings. For example, the following ones:
{ "ScreenId": "Error", "StepType": "Message", "Text": "No se ha encontrado la pagina a la que usted queria ingresar.", "Title": "Pagina no encontrada" } { "ScreenId": "CRM.IDENTIFICADOR", "StepType": "Screen", "Title": "Identificación de cliente" }Both raise the NetJSONInvalidJSONException.