"Input is not a valid JSON." exception when de-serializing a string, starting with version 1.0.11 · Issue #81 · rpgmaker/NetJSON · GitHub
Skip to content

"Input is not a valid JSON." exception when de-serializing a string, starting with version 1.0.11 #81

Description

@diazrm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions