Why does C# interpretes the Json as malformmed when php json_encode create Json base on som utf8/not-utf-8 data
I have legacy PHP code that provides a WebApi and I need to consume it inside My c# code.
in some cases, the incoming results are detected as malformed Json and after more investigation, we found one closing bracket (}) is missing at the end of the response.