#### Reproduce code: ``` csharp string s = "2a"; Object x = SimpleJson.DeserializeObject(s); ``` #### Expected result: throw Invalid JSON string Exception #### Actual result: 2