Skip to content

deserialize a invalid json format(with number beginning) string unexpected #43

@lostsnow

Description

@lostsnow

Reproduce code:

string s = "2a";
Object x = SimpleJson.DeserializeObject(s);

Expected result:

throw Invalid JSON string Exception

Actual result:

2

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions