System.Net.Http.Json is not taking Fields into account when serializing or deserializing to JSON
When trying to Serialize a model which has data stored in fields System.Net.Http.Json is outputting an empty JSON Object. It works only when I use property with getters and setters.