Is there any way to ignore “unexpected character” errors during deserialization (Newtonsoft)?

前端 未结 0 1924
小鲜肉
小鲜肉 2021-01-03 07:42

I have a contract whose json may or may not be in correct shape. The contract is this:

class TestContract
{
    string TestString1;
    string TestString2;
}
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题