## Describe the problem this feature would solve When UWP moves to .NET Core base (.NET 5?) we should remove the Json.Net dependency in favor of JsonSerializer. [We could even provide some nice helpers to fill gaps](https://dotnettips.wordpress.com/2019/10/07/the-new-json-serializer-in-net-core-3/). Related #2289 #2288 #889 #2957 #2723 ## Describe the solution Find and replace instances of Json.NET library with JsonSerializers