Error – Object serialized to Object. JArray instance expected
Recently, I faced this error while migrating my ASP.NET Core 2.2 project to .NET Core 3.1. Below is the code snippet – The above code was working fine in ASP.NET Core 2.2. Once I migrated this application to .NET Core 3.1 then the above code started throwing the below error. How to resolve this error … Read more