NullValueHandling.Ignore is ignored when deserialising Json to anonymous object
In my project at work, I come across a function where I have to deserialise a Json string to an anonymous object. For Json serialisation in this project, we always use the following Json serialisation settings. I expect the result anonymous object would ignore null properties but they are included. See example below This is … [Read more…]