c# - JSON Deserializing string starting with double quotes is not returning correct result -


serialing and then deserializing string "/" abc "is giving wrong result.

Is unsuccessful:

  Serialize and dasherize public zero test correctly (Handsets) {var data = "\" abc "; Var Results = JsonSerializer.SerializeToString (Data); Var deserializedData = JsonSerializer.DeserializeFromString & lt; String & gt; (result); Responsibility That is (deserializedData, is.EqualTo (data)); }  


Comments

Popular posts from this blog

c++ - Cmake produces file extensions in static library archives -

c# - Roxy file manager in MVC doesn't accept session path -

c# - XML - Serialize class - Some questions -