Newtonsoft.Json.JsonSerializationException error when json generated on net8 and consumed on NetFramework48
I am having trouble passing data between 2 processes that are using different .net versions (net8 and net48)
The nature of the data is such that the data type is define as ‘object’ so that different data can be passed in different cases (this is something I cannot change). I need to use the serialization options ensure that type information is passed with the json.