I know that json does not treat dates in a special way and provides them as strings from the server.
The problem isn't converting the string into a date, but doing it manually for several fields and classes.
So, is there anyway to transform it to JS dates without having to format the date in every each request by iterating the json response and modifying the object ?
can I do this with the date-fns library ?