JamesNK / Newtonsoft.Json

Json.NET is a popular high-performance JSON framework for .NET
https://www.newtonsoft.com/json
MIT License
10.64k stars 3.24k forks source link

Converter can be null #2960

Open anjankumar-aptean opened 1 month ago

anjankumar-aptean commented 1 month ago

In my case, the converters list had a null value, which caused the application not to continue. image