Can't figure out how to apply attributes to values in json property dictionary (System.Text.Json)
This is my model that I'm working with
The converter I'm using can convert integers to date time like so:
is there a way to change the converter to support dictionarys/lists? or apply the attribute to all values in a dictionarys/list?
0 Replies