How to deal with .json().type<T> where T is an interface with a date
Is there any way to tell .json also deserialize the date as a date if the typescript interface has a property that is a date field? what's the recommended way to deal with this?
0 Replies