I am using a ef core database in my UWP app and have some issues serializing a list containing a list with Newtonsoft JSON....For a minimal example consider the UWP tutorial from ...microsoft... with the following code...public class Blog
{
public int...